Quote:
Originally Posted by Peter Johnson
"nc" (aka netcat) should work for this, but if not, it should be pretty easy to implement an equivalent in Python. Basically it's just sending/receiving UDP packets of text to port 6666.
|
I've done it with netcat.