Troubleshooting UDP Communication from Unity to Meta Quest 3
I'm trying to send data via UDP communication from a PC to a Meta Quest 3 using Unity (2022.3.20f1), but I'm unable to do so. I've tried port forwarding, changing security software settings, and even modifying the AndroidManifest with the following: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> However, it's not working as expected. Please tell me how I can achieve UDP communication1.1KViews1like1CommentSending UDP Packages from installed .apk to pc in the same network
Hello everyone, I am trying to send UDP packages from my Meta Quest 2 to my PC over the WiFi to which both of the devices are connected. I have tried every solution I could, starting from adding the two lines in the Android Manifest about Internet Permission to disabling pc firewall. My current architecture is pretty simple: I got a UDPSender script that sends a simple package to the IP address of my pc to the port 5000, and this script is running inside an apk installed on the quest; i then have a UDPReceiver that listens for received packages at the port 5000. Everything done using Unity (so, C# for scripting). Using the Android Logcat of Unity linked to the Meta Quest I could see that everytime I try to send data, I get the error "Access Denied" with no more info. The Receiver on my PC, that in the meantime was running, didn't get anything and didn't throw any error. I am driving crazy about trying to understand what I am doing wrong, if someone was able to solve a similar issue or managed to send udp packages from a Quest to an other device, please let me know!1KViews1like1CommentHow to receive OSC Data via UDP/IP on the Quest?
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'm using Unity and made a project using the plugin extOSC 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. I know that SideQuest and ADB are both possible to be connected using wifi UDP/IP so I guess there is a way to do it. I also wrote to the developer of the plugin extOSC and he told me is not 100% sure but it could be something related to the Android Manifest and the Network Permissions. Any ideas on how to figure this out?6.7KViews1like6CommentsOculus Quest - Streaming Data to Oculus Quest in Real-Time.
Hi all, I'm trying to stream real-time OSC data to the Quest - and from the Quest back to a particular program (Max 8). Has anyone had any luck in doing this? I am using Unreal Engine 4 to build an app for the Quest - which I'm hoping to launch in the Quest and receive the data (in real-time). Desperately trying to find a solution for this, so any help would do. Many thanks!1.5KViews0likes2Comments