Bi-directionnal communication with a UDP server/client
Local : if checked, this will force this output to send to the same computer. It's handy to quickly switch between a remote computer and this computer, to test.
Remote host : This is the IP address of the computer to send data to. You need to uncheck Local if you want to specify another address.
Remote port : This is the port to send the data to.
Is connected : Whether the device is connected or not to the remote. Because UDP doesn't have any packet verification, this doesn't mean that packet sent while this icon is checked will be received in the other end, there may not even be a receiving end !
Pass-through : This section allows you to directly transfer the incoming data to other Streaming modules, i.e. Serial, UDP, TCP Client, TCP Server, Websocket Client and Websocket Server. This allow for fast, optimized data transfer through modules, even for data that are not handled by Chataigne.
<aside> 💡 If you want to test receiving and sending UDP packets, I recommend **PacketSender,** which is a great free and cross-platform packet testing utility !
</aside>