Chleba / netscanner

Terminal Network scanner & diagnostic tool with modern TUI
MIT License
865 stars 20 forks source link

Observation/BUG: order of IP is alphanumeric #19

Closed AtomicRobotMan0101 closed 7 months ago

AtomicRobotMan0101 commented 7 months ago

Tiny issue.

On my default, the IP ordering is in alphanumeric, not natural.

Perhaps change the default?

Screenshot from 2024-03-31 18-51-52

Chleba commented 7 months ago

Hello, Ordering is not implemented yet, so table with IP addresses is filled after we get response from that IP. So from one device/client we can get response after few ms and from other we may get response after few seconds. That is why is not ordered. I will implement ordering in next version. Thank You.

Chleba commented 7 months ago

Hi, Sorry for late response, here (https://github.com/Chleba/netscanner/commit/2119562975f9ab9e06041960e6c089a6365f24d4) is implemented sorting for IP addresses as requested. Thank You for you interest and bug report. Please hold on just a little while because next version will need to address more small features and bug fixes.