[REBOL] Re: UDP broadcast
From: Rebolinth:nodep:dds:nl at: 19-Jun-2003 8:25
Hello RebOldes,
There are more way to do it but below an example how to listen:
listen: open udp://:54000
forever [ print copy wait listen udp://:54000 ]
By the way, i was yesterday sniffing the internet and i found some nice examples
of Multicasting on the French Rebol site...
(R)egards,
Norman.
Quoting rebOldes <[rebol-list2--seznam--cz]>:
-> Hello rebol-list,
->
-> I've found this UDP broadcast example (by Norman Deppenbroek):
->
-> data: "1101001011110000" ; port 54000 binary notation as text to bc