Skip to content
/ pinger Public

This is simple software what ping all provided ip addresses or hostnames.

License

Notifications You must be signed in to change notification settings

xsat/pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinger

This is simple software what ping all provided ip addresses or hostnames.

Setup

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 required
  • test localhost item title is required
  • localhost ip or hostname is required

Build

You can build program using console command:

python setup.py build

Example of just started program

Just started program

Example of test finished program

Test finished program

About

This is simple software what ping all provided ip addresses or hostnames.

Topics

Resources

License

Stars

Watchers

Forks

Languages