We are looking to control Millumin from our Spyder X20. "Advanced" (the X20 software control) allows for commands to be sent via TCP or UDP; Millumin only lists OSC as an option. I have tried sending commands such as follows from Advanced to Millumin:
IP: 192.168.1.3 (IP address of Millumin computer)
Port: 5000
Command: /millumin/action/launchNextColumn
We have successfully used Qlabs as an intermediary where we send a UDP command to Qlabs and then Qlabs sends an OSC command to Millumin. This is a bit messy and we would much rather send a UDP command from Advanced directly to Millumin.
My understanding is that OSC runs on top of UDP. Is there any way to get this to work?