Hi there,
I am looking into OSC and the two examples that come with OF.
With OSC, is it that only 1 device can listen to a specific port?
When I open the sender and the receiver on the same machine, at first they work fine.
Then for testing I start sending OSC msg using my phone and a simple python script from my laptop. I can read both into TouchDesigner over the network, as well as the messages that come from oscSenderExample on the same computer.
But for some reason the oscReceiverExample can’t pick up the messages from any of the sources. In fact when the two examples work and I switch TouchDesigner to listen to their port, the OFreceiver stops reading the messages.
Yes, for the initial test I have them both running on the same windows machine, but eventually I’d want to send it over the network as well (python-osc on a JetsonNano to win10)
I’ve tried sending the messages to both "localhost’ as well as the local ip.
I used TouchDesigner just as a proof that the values are going through OSC, but I didn’t realize it was also locking the port to itself. Without it the two apps (python->OF) communicate as expected.