/udp-echo-server

A UDP echo server for testing connectivity.

Primary LanguagePythonMIT LicenseMIT

udp-echo-server

A Python 3 UDP echo server for testing connectivity.

Usage

$ sudo python server.py --port 123  # on the server

$ python client.py --host $IP --port 123  --count 10 --size 1200 # on the client