I have two BrightSign units that I need to communicate with each other; when a user makes a selection on one BrightSign unit I need for the other one to receive a command and show some appropriate content.
The bright sign unit that people will interact with is running an HTML project. I've figured out how to send UDP multicast messages from it. The receiving unit is running a project that is made in BrightAuthor. In the presentation properties I see where I can set the port on which the device sends. But it's not obvious to me how to configure it to receive messages from a multicast group (or if it is possible).
How would I configure a BrightAuthor presentation to receive UDP Multicast messages?