/nc-latency

Measure latency with netcat

Primary LanguageShellMIT LicenseMIT

nc-latency

Measure latency with netcat.

Usage:

First run server side:

$ ./server.sh

Then run client side with server side IP:

$ ./client.sh <Server IP>

Finally send start command via pipe at the client side:

$ echo start > pipe

Results are in the timer.txt file.