cancel
Showing results for 
Search instead for 
Did you mean: 

How to receive OSC Data via UDP on the Quest?

dansopanso
Explorer
Hey there, is it possible to receive OSC Data via UDP on the Quest?
If yes, is there an open default UDP-Port or is there any way to open a specific Port?

I made a Unity Project that works on my Laptop but it doesn't on the Quest.
I think it is because the UDP Port isn't set-up properly.

Any ideas how to figure this out?
2 REPLIES 2

dansopanso
Explorer
Anybody?

matiasbru
Protege


Anybody?



Hey!
I solved by adding these two lines outside the application tag in the AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" /> 
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
🙂