NAME mynetcat SYNOPSIS mynetcat -l -u -p port [-C] mynetcat -p port -u -h host DESCRIPTION In the first form, mynetcat listens on the given port for UDP packets and writes them to standard out. With the C option they are written both in hexidecimal and (when possible) as ASCII, in a manned such as the hexdump -C command. In the second form, takes data from stdin and on close of stdin sends the data as a UDP packet to the given port and host. The host can be either a raw IP or a DNS name. The port number will be in decimal.