Periodically logs the current network speed
Based on speedtest-cli 2.0.2 (https://pypi.org/project/speedtest-cli/)
sudo apt-get install python2.7sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.pysudo python get-pip.pysudo pip install speedtest-cli
Edit conf.txt file
// Time between two measurements (min)
20
// Log file location (must already exist)
../resources/speedData.log
In the src folder run:
python2.7 speedtest.py
Logs will be saved in the selected log file (default configuration: resources/speedData.log)