/pyUdpTest

Simple UDP send/receive pair in python

Primary LanguagePython

pyUdpTest

Simple UDP send/receive pair in python

I needed a set of test tools to prove udp works between two machines. Python makes it easy and portable. both are trivial udp sockets and can be run with

python udpSend.py

python udpReceive.py