Compilation:
Previously it was developed and compiled using Delphi7.

introduce:
本软件利用ARP请求原理及多线程扫描,可快速扫描所有IP设备,可将结果存档,用来高效统计局域网在线用户/离线,当网络主机MAC地址发生变化时还会有提示.
There is also a wake-up function that can be turned on remotely!
Features: This software is written in KOL library (written in assembly by NB Russians) with small size and fast speed.
Main interface: The first input box is the start IP The second input box is the end IP (in fact, the two can also be interchanged) The third input box has two functions: When scanning the IP, this is used to set the number of threads to scan the IP. If set to 0, the number of threads is equal to the number of IPs to be scanned (maximum threads 999). When the network wakes up, here is the time (milliseconds) after each machine is set. Click "Start" button to start scanning; click "Clear" button to clear the list below;
Right-click menu: "Wake up" sends a wake-up magic package to the selected host in the list. "Save" can archive the IP-MAC list, and "Load" will load the archived IP-MAC list into the list. Delete to delete the selected item in the list.
Notes After editing and saving the scan list, edit IpMac.txt directly using Notepad. The format is "IP=MAC|Remarks"
Update log:
2010-06-23 v1.2e
% 修复在中途离线IP仍然显示为在线的BUG(因ARP缓存导致)
2010-06-13 v1.2d
+ 支持IP备注
2010-05-29 v1.2c
% 列表保存BUG修复,并加入覆盖提示
+ 增加扫描已列表选项
% 修复跨网段BUG
% 修复多线程潜在的死锁BUG
* 改进列表存储
2010-01-12
* 配置文件路径一点小改变
2009-11-25 v1.2
+ 加入新增IP标识
+ 加入IP段设置保存功能(一个用户提出)
* 内部做了些小优化,也减小了内存占用(本来就不高)
2009-4-21 v1.1
* 在1.0的基础上对很多细节进行优化。
+ 加入IP和MAC采集存档,及MAC地址变更提示和在线主机显示。
+ 加入唤醒延时和对线程进行限制
* 对取机器号算法改进,再无例外情况
...
2009-4-19 v1.0
+ 实现IP-MAC多线程扫描和网络唤醒功能。