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
Previous revision
notes:udp [2012/07/03 23:41]
jiggak created
notes:udp [2012/07/04 18:46]
jiggak [Broadcasting]
Line 10: Line 10:
 ====== Broadcasting ====== ====== Broadcasting ======
 <code> <code>
-echo poo | socat – UDP-DATAGRAM:192.168.0.255:5000,broadcast+echo poo | socat UDP-DATAGRAM:192.168.1.255:9999,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