Page 1 of 1

Change UDP to TCP?

Posted: Sun May 10, 2020 5:09 pm
by toomanydisplays
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?

Re: Change UDP to TCP?

Posted: Sun May 10, 2020 6:02 pm
by James
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.

Re: Change UDP to TCP?

Posted: Mon May 11, 2020 4:15 am
by toomanydisplays
Thanks for the quick reply!

Then I will have to figure out how I can manage the UDP protocol on the quest :? ;)