Project Status: ⏳ In progress
This project aims to provide an analysis of internet speed. Creating a list of information so that you can, if necessary, contest the contracted internet plan.
To run this installation as project dependencies you will install the command below in the shell
pip install -r requirements.txt
Run the main.py
file using the command below to run the project.
python main.py -h
Parameter | Description | Default |
---|---|---|
-h, --help | Help | - |
-v, --version | Version | - |
-t, --timeout | Timeout to run the test | 10 |
-l, --loops | Number of tests to be performed | 1 |
-th, --threads | Number of threads to be used | 1 |
-s, --secure | Use HTTPS instead of HTTP | False |
-p, --pre_allocate | Pre allocate data. | False |
✔️ Data to CSV.
This project is not yet in its final version.
✔️ Export to other file formats.
✔️ Metrics of analysis.
The MIT License (MIT)
Copyright ©️ 2023 - Rafael Camargo