UDP is a connectionless protocol for datagram-oriented applications. Plugin works only with node-webkit export.
I spent some free time working on this plugin and finally got some decent results. Here are some screenshots of the UDP plugin in action.
<img src="http://i.imgur.com/wBMrZNt.jpg" border="0" />
<img src="http://i.imgur.com/yWQFDck.jpg" border="0" />
::Current functionality::
Conditions:
"On listening","Emitted when a socket starts listening for datagrams.
"On Message","Emitted when a new datagram is available on a
"On Close","Emitted when a socket is closed with close().","OnClose");
"On Error","Emitted when an error occurs.","OnError");
Actions:
"Bind","For UDP sockets, listen for datagrams on a named port and optional address. If address is not specified, the OS will try to listen on all addresses."
"Send", "Send UDP packet"
"Close", "Close the underlying socket and stop listening for data on it."
Exppressions:
"Address", "Returns socket address"
"Port", "Returns socket port"
"Family", "Returns socket family"
"Message", "Returns recieved message"