This a script for a continued speed that generates reports in the csv format. The script creates a csv file for each month in the reports folder.
- virtualenv.
- pip.
- virtualenv wrapper.
- python version 3.9 or higher.
$ git clone https://github.com/matheusth/InternetSpeedTest.git$ cd InternetSpeedTest
$ virtualenv .venv
$ source .venv/bin/activate$ pip install -r requirements.txt$ python main.py <source-ip-address>To be able to quit the scrit just press q followed by enter.