run this on a home server or random computer and you can view your network
- view devices on your network up to ~5m from live
- mark devices you want to monitior as "servers" (printers, servers, iot devices, etc)
- dashboard displays total devices, total devices online, and bar diagaram of how many of your servers are up
- looks cool
-
download
templates/index.html,scan_net.py, andapp.pyinto a folder (make sureindex.htmlstays withintemplates) -
install deps
python -m pip install zeroconf pythonping flask flask_apscheduler msgpack waitress
-
run
ipconfigand get your local IP address (it should follow the format of 192.168.###.###) -
run network viewer
python app.py
-
connect to the web GUI by just entering the local IP into your browser
-
if you like this please star the repo! i would like to know if anyone ever uses this :P