I have several devices on my network that periodically broadcast status over UDP. These are not RPC. I want to get an event in my script when a UDP datagram is received on a particular port. In some cases I don't even need the contents of the datagram, only to know that one was received. Is there an API for inbound UDP?
Kind regards,
-Bill