Skip to content

A program measuring the latency and throughput of UDP and TCP connections in Java

Notifications You must be signed in to change notification settings

daltamur/TCP-UDP-Latency-Throughput-Benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensure you have maven installed.

You first must run the server. To run the server, go to the root directory of this project and run

mvn exec:java -Dexec.mainClass="Runner.MainServer" -Dexec.args="<Port 1> <Port 2>"

Next, run the client by staying in the root directory and running

mvn exec:java -Dexec.mainClass="Runner.MainClient" -Dexec.args="<Port 1> <Port 2> <Server IP>"

Benchmark results will be output on the client side.

About

A program measuring the latency and throughput of UDP and TCP connections in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published