Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 315 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 315 Bytes

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.