Skip to content

Python based client/server application for testing network endpoints.

Notifications You must be signed in to change notification settings

JosephDix/net-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

net-tester

Python3.x based client/server application for testing a network connection between endpoints.

The server supports concurrency so multiple clients can be connected to it at the same time.

Usage:

$ git clone https://github.com/JosephDix/net-tester.git

Run $ python server.py on a machine connected to one endpoint.

Edit client.py so that SRV_IP is equal to an accessible ip of server.py

Run $ python client.py on other endpoint.

Example:

client example

About

Python based client/server application for testing network endpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages