|
|
||
|---|---|---|
| config | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| api.py | ||
| configuration.py | ||
| dbo.py | ||
| debug.py | ||
| locks.py | ||
| paths.py | ||
| requirements.txt | ||
| speedgraph.png | ||
| speeds.txt | ||
| speedtester.py | ||
README.md
BroSpeedTester
Runs speedtests and generates graphs and plots periodically. Scheduled with cronjob or task scheduler.
Dependencies
apt-get install libatlas-base-dev
nano /etc/pip.conf
[global]
extra-index-url=https://www.piwheels.org/simple
pip3 install --verbose -r requirements.txt
pip3 install speedtest-cli