Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 202 Bytes

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  # on the client