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