Comment on page
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.
Insert a UDP Receiver node and after you set Stream parameters check the Listen checkbox.
.png?alt=media&token=450de042-02bf-4591-afcc-1fe448d3805d)
Good to know: for TCP you need to insert a TCP Receiver node.
Insert a Read UDP node, choose the device in Device input.
.png?alt=media&token=8bd0e340-f4bc-48f5-bde3-17d0b5230361)
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
Last modified 1yr ago