This project is still under development and will be maintained mainly during the Hacktoberfest. The following guide helps you to begin with the current state of project and will be continually updated. If you are looking for a project to contribute to during the Hacktoberfest you are highly welcome to join our project. See "Dev Guide" for more information.
Collection of useful scripts to analyze the local network and evaluate network speed and velocity. The project helps you plot interactive graphs of network analysis. It is also capable to send you the same via email.
For everyone who is interested in being part of this project - feel free to grab an open issue. Generally, it is a good idea to first check whether someone else is already working on this issue and offer him help. If you've got any questions - always feel free to ask them.
Important: Please make sure to ALWAYS do your Pull Requests on Branch Testing - if everything runs smoothly, we will merge it to the master.
The Folder Data will contain all data that has been collected during the network tests (currently only ping test supported). All files that are stored in Data will not be deleted. Instead all new data will be appended to the existing existing file. Please make sure to not push your custom data collection to the GitRepo but include it in the .gitignore.
- Clone the git repository.
- Make sure Python 3.7 is installed in the system.
- Install the required Python packages. This can be done using
sudo pip3 install -r requirements.txt
. - Run the test. This can be done using
sudo python3 run_test.py
along with the arguments. The list of valid arguments can be found by runningsudo python3 run_test.py --help
. - After running the test for desired amount of time, send keyboard interrupt by pressing
Ctrl + C
twice. The data should get stored in theData
folder while the graph should get stored inwebpage/figures
folder. - Open
webpage/index.html
in the browser to view the interactive graphs.
- Make sure to complete all steps from the section Getting Started
- Run network test with weekly email reporting by using a gmail account:
sudo python3 network_cli.py
- To get further information about possible options use
sudo python3 network_cli.py --help