User Tools

Site Tools


Writing /var/www/html/conf/plugins.local.php failed
notes:udp

Table of Contents

Listening

# gnu-netcat
nc -lu -p 9999

# all other netcat's
nc -lu 9999

Broadcasting

echo poo | socat - UDP-DATAGRAM:192.168.1.255:9999,broadcast

Unicast

echo poo | nc -u 192.168.1.18 9999
notes/udp.txt · Last modified: 2012/07/04 18:46 by jiggak