8000 GitHub - Silal123/PyBandwithTester: This is a tool to test a networks bandwith from one device to another
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a tool to test a networks bandwith from one device to another

Notifications You must be signed in to change notification settings

Silal123/PyBandwithTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python bandwith tester

This tool is used to test the bandwith inside a network.

Authors

Installation

How to install this tester.

Clone the git repository to both machines you want to use

git clone https://github.com/Silal123/PyBandwithTester.git

1. Start the Server

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

2. Connect the client

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

About

This is a tool to test a networks bandwith from one device to another

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0