Open GoogleCodeExporter opened 9 years ago
Silly idea. :-)
Original comment by @ellerychan on 3 Mar 2015 at 3:49
Pushed NetStatusMonitor.py to the brata.station repository.
Description: Provides a status display window to monitor the network status of
a group of machines. Specifically, this is tailored to monitor
the set of Raspberry Pi-based competition stations for the 2015
Harris High School Design Challenge. It shows a box for each
station, displayed green if the station is responding to pings,
otherwise red.
The app uses TkInter to make the GUI.
The app will probably need minor tweaks to run in Windows.
The window is somewhat resizable.
Etherape can also be run alongside this, with appropriate settings,
to provide an entertaining dynamic display of the network activity.
The IP addresses of the machines to be scanned are hard-coded in
an array.
Usage: python NetStatusMonitor.py
Original comment by @ellerychan on 9 Mar 2015 at 12:35
Original issue reported on code.google.com by @jawaad-ahmad on 28 Feb 2015 at 11:07