This is simple software what ping all provided ip addresses or hostnames.
You modify data/data.ini
file for your needs, example:
[localhost test]
test localhost = localhost
[Router test]
test 192.168.1.1 = 192.168.1.1
test 192.168.1.2 = 192.168.1.2
test 192.168.1.124 = 192.168.1.124
[Google test]
test 8.8.8.8 = 8.8.8.8
test 8.8.4.4 = 8.8.4.4
Explanation for first group in data/data.ini
[localhost test]
group title is requiredtest localhost
item title is requiredlocalhost
ip or hostname is required
You can build program using console command:
python setup.py build