UDP broadcast on a Mac?

Malte Brill revolution at derbrill.de
Thu Nov 8 03:18:27 EST 2012


Not really moving forward. Seems this is not allowed under OSX. I tried this from Terminal:

echo “hello” > /dev/udp/255.255.255.255/9997

Yields permission denied (even with SUDO) however:

echo “hello” > /dev/udp/127.0.0.1/9997

works as expected (as well as any other known IP address) 

Stuck...


More information about the use-livecode mailing list