Receive string via UDP

Silly question...

I have a device that can send messages via UDP to the hub. I have a device driver that would receive the information, but how do I set it up to do so? The device driver can send UDP messages to other devices, it just doesn't seem to receive them.

If you want to send UDP and then get a response it is supported. If you are just wanting to listen or subscribe to broadcasts it isn't supported.

1 Like