/LabRedesTCP

A simple client-server for measuring Congestion Control effect over TCP connection's transfer rate

Primary LanguagePython

TCP - Congestion Control

Start the server:
$ cd ./server
$ python3 WebServer.py <port>

Start the client(s):
$ cd ./client
$ python3 DataRequest.py <ip> <port>

Then we can plot the results:
$ cd ./server
$ python3 plot.py <numberOfConnections>