i know in shell i can do echo -n black | nc -4u -w0 localhost <port number> but i cant figure out how to accomplish this in applescript (besides using do shell script "command")
http://imgur.com/a/tlRXc
this would suggest its possible to set the udp port but i cant figure out the syntax.