Change UDP to TCP?

Post Reply
toomanydisplays
Posts: 2
Joined: Sun May 10, 2020 4:58 pm

Change UDP to TCP?

Post 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?
User avatar
James
Site Admin
Posts: 1089
Joined: Wed Jan 02, 2013 9:06 pm

Re: Change UDP to TCP?

Post 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.
toomanydisplays
Posts: 2
Joined: Sun May 10, 2020 4:58 pm

Re: Change UDP to TCP?

Post by toomanydisplays »

Thanks for the quick reply!

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