I have a network that has several brightsigns for several exhibits. I am trying to get one exhibit changed to use 2 brightsigns (one for touch control and the other for video playback). I can get the UDP to work just fine between the 2 devices. The problem comes in where I also need to control an LED light controller. This controller also uses UDP. How can I send a UDP message to 2 different devices (and 2 different ports)? I don't need to have a response back from the LED controller, so the communication between the 2 brightsigns would be on the port that has been configured.
I am guessing I will need to send a message using a script. I just need an example and can go from there. Can anyone give me an example?
Thanks!