This tool is used to test the bandwith inside a network.
How to install this tester.
git clone https://github.com/Silal123/PyBandwithTester.git
To start the server to wich the data is sent you need to run this command:
python tester.py server --port PORT --host HOST
port and host are optional
Now to start the test you need to run the client mode on your other machine
python tester.py client --server-ip SERVERIP --port PORT --size SIZE
port and size are optional server-ip is required. Its the ip of the machine on wich the server is running