Post
Topic
Board Mining software (miners)
Re: M's Ant (S1/S2/S3) Monitor v3.1: alerts, auto reboot, S2 shutdown, mass reboots
by
mdude77
on 31/08/2014, 11:20:32 UTC
After the restart monitoring software MAntMonitor this IP order is chaos, can we order like 192.168.1.2 - 253? Sad

I was thinking about this.  I think you can fix this by entering all the ips as 3 digit ips, so 192.168.1.2 would be 192.168.001.002.  Then I think it'll sort properly.

M

try sorting the IPs as a version object using linq sort. Should work

I'm not doing the sort, the control is.  It's not a numeric value, as it contains periods.  It's a string value.

If I was sorting it myself I wouldn't have a problem.  I may go there; for now I was posting a quick work around.

M