Runs a internet speedtest every 5 mins and stores the results in a text file stored on a private network share.
Uses https://pypi.org/project/speedtest-cli/
Note: if you miss off -cli you'll get a different thing and the script won't work.
You need to edit the network share location in the script.
- lanserver.py
- lanspeed.py
a client server application that tests the network speed between 2 locations.
A large iso is hosted on a webserver and another program fetches it and records the speed. The webserver can be run on a laptop plugged in the network or a virtual server. Recommend a large DVD iso such as https://ubuntu.com/download/desktop - rename the file to file.iso
lanspeed asks for the ip of the webserver host. Also need to edit the location of the share where the log files are stored.
The webserver uses Flask : pypi.org/project/Flask/