I'm writing an android application using the SDK for android 4.0
I wonder if there is an API for sending OSC messages (Open Sound Control) in the android SDK or should I just use the java OSC SDK.
I tried browsing the http://opensoundcontrol.org/introduction-osc and under implementations I found the following: http://www.illposed.com/software/javaosc.html
so I just wonder if I should use JavaOSC, some other library or if maybe android comes with it's own API for sending OSC messages.
any information regarding the issue would be greatly appreciated.
thank you
kfir