Python to the rescue... 

This works from the shell:

python -c "from socket import *; cs = socket(AF_INET, SOCK_DGRAM); 
cs.setsockopt(SOL_SOCKET, SO_REUSEADDR, 1); cs.setsockopt(SOL_SOCKET, 
SO_BROADCAST, 1); cs.sendto('This is a test', ('255.255.255.255', 9997));"
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to