Created by: taxpon
I have created UDP Client node to communicate with other programs as I mentioned #705. Please review it.
Appearance
Function
- Send UDP message given form inlet to server which has specified ip address and port number.
- If the node receive any message from server, received message will directly send to outlet (receive).
Example
- This is a short usage example of this node. UdpClient node receives current frame number from inlet and send it to the remote server. In this example, I built server as a simple echo server so server returns frame number to the node.
- I am currently planing to use this node to communicate with another program which is analyzing music sound date in real-time to show sound wave in sverchok like this