Bond Push UDP Handling

It is my understanding that we should be able to listen for a UDP datagram on a specific port.

There should not be any need to keep alive a UDP listener.

The Bond Bridge should just send data out over the specified UDP port and if anybody is listening they will process the data.

Am I missing something?

Thanks in advance

I’m no expert at this, but I have my Crestron system listening at the Bond’s IP on port 30007 and decoding it to get feedback to the control system. It’s not perfect as the Bond will only push the feedback when it executes the command with no real way to poll for info after the fact. The only workaround I’ve found is to send a Stop command, that seems to trick the Bond into sending the UDP info again. But it does work well enough as long as the fan isn’t controlled by it’s own remote.

Do you have sample code for Crestron?

I am putting the finishing touches on a Crestron Home extension. If control is only via the CH then state is maintained by the extension.

I dumped the USP file on my dropbox at:

It’s just something I whomped up real quick so no guarantees, but it seems to work OK so far.