Hey there,
first I want to say that I love the app and it works great!
I just ran into an issue when I tried to send a OSC stream directly to an Oculus quest.
Basicly it is running on Android but I could not get any information how to send data via UDP to the device.
However, I could connect via TCP and I was wondering if there is an option in the Mind Monitor App to switch from UDP to TCP?
Change UDP to TCP?
Re: Change UDP to TCP?
Sorry no, the OSC is only UDP due to the library that I'm using. Also UDP is the correct protocol to use in this case as TCP would require more overhead to check for packet delivery and re-sending.
-
- Posts: 2
- Joined: Sun May 10, 2020 4:58 pm
Re: Change UDP to TCP?
Thanks for the quick reply!
Then I will have to figure out how I can manage the UDP protocol on the quest
Then I will have to figure out how I can manage the UDP protocol on the quest