TCP & UDP
In this page, we will go through sending and receiving TCP & UDP
Last updated
In this page, we will go through sending and receiving TCP & UDP
Last updated
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.
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.
Insert a Read UDP node, choose the device in Device input.
Good to know: for TCP you need to insert a Read TCP node
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
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