TCP & UDP
In this page, we will go through sending and receiving TCP & UDP
Setting up sending and receiving UDP and TCP is basically the same, so in this document, we will go through the steps required to send or receive UDP messages.
Receiving UDP
Setup in the Devices window
Insert a UDP Receiver node and after you set Stream parameters check the Receive checkbox.
Good to know: for TCP you need to insert a TCP Receiver node.
Setup in the Layouts window
Insert a Read UDP node, choose the device in Device input.
Good to know: for TCP you need to insert a Read TCP node
Sending UDP
Setup in the Devices window
Insert a UDP Sender node and after you set Stream parameters check the Send checkbox.
Good to know: for TCP you need to insert a TCP Sender node
Setup in the Layouts window
Insert a Send UDP node, choose the device in Device input and set the Message which will be sent.
Good to know: for TCP you need to insert a Send TCP node
Last updated