I want a UDP echo server to get packets, and reply exactly what it has received. How can I simply do this using netcat
or socat
? It should stay alive forever and handle packets coming from several hosts.
Ritwik Bose
Asked:
2010-01-31 12:50:51 +0800 CST
I'm writing a simple client to ping a server with a packet on port 7 (echo) and then waiting for a reply. Is there a server that I can use to test this?