I'm writing an iOS app in which an iPad sends OSC messages, using the VVOSC
libary, to a Max/MSP
patcher, using the CNMAT OpenSoundControl
object.
The iPad is sending messages to port 9000
at an IP address I've manually set for my laptop. The laptop creates a network, and the iPad is connected to it. The firewall is turned off.
That's my current setup! Now, when I test the app in the simulator, it works fine, and the OSC message is received by the patcher. However, when I run the app on the iPad, no message is received, and nothing shows up in the Mac's Console.
I'm probably missing something pretty obvious here, but for the life of me I can't figure out what it is. Any help would be much appreciated!
Did you try sending the OSC from your iPad to any other app than Max/MSP?