User Tools

Site Tools


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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
notes:udp [2012/07/03 23:41]
jiggak created
notes:udp [2012/07/03 23:42]
jiggak
Line 11: Line 11:
 <code> <code>
 echo poo | socat – UDP-DATAGRAM:192.168.0.255:5000,broadcast echo poo | socat – UDP-DATAGRAM:192.168.0.255:5000,broadcast
 +</code>
 +
 +====== Unicast ======
 +<code>
 +echo poo | nc -u 192.168.1.18 9999
 </code> </code>
notes/udp.txt · Last modified: 2012/07/04 18:46 by jiggak