Sending 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!988Views1like1CommentOculus Developer Hub: Nickname setting greyed out
Hey! I have succesfully enabled ADB over WiFi on my Quest 2 headsets via ODH (v2.4.0). I'd like to change their respective nicknames so I know which is which without relying on the serial number. The setting in question however is greyed out; it says the headset should be connected to ODH, which it clearly is — I can push builds with no issue and much more. I've tried plugging the headset directly using USB-C, but it doesn't help. Any idea what might be going on? Asssistance would be greatly appreciated. Cheers!3.4KViews0likes5CommentsQuests dropping off local WIFI network?
Hi, We are using a number of quests using Showtime for a group performance. In general things are working well (once the sensors have been disabled in MQDH and sleep timers set to 15 mins!) However we are using a local wifi setup (a router just for the quests and the show with no internet connection) but a number of them keep losing the wifi and not automatically reconnecting (they will reconnect when done manually) Is this because there is no internet signal on the network or some other issue? The router is in the room and for testing purposes is right next to the bank of quests. Any thoughts or help much appreciated.576Views0likes0CommentsQuest 2 not authorizing adb wifi connection
Meta docs and many forum posts seem to indicate that it is possible to connect adb to a Quest 2 over WiFi, as it is to older Oculus hmds. But it is not working for me. I am on a Win10 laptop. When I connect the Quest 2 via usb, it presents an authorization dialog and adb works as expected. When I then follow the instructions for setting up a wifi connection, everything seems to go OK, however no authorization dialog shows up, and adb reports the device as connected but not authorized. Is this normal? Or should I be looking for a configuration problem on my PC?2.2KViews0likes1CommentWifi setting panel show only MORE and DONE buttons
I am creating a 2D application for Oculus. When launching ACTION_WIFI, wifi panel only shows 2 buttons MORE and DONE instead of wifi connection list. It just likes a redundant interface to require user to click MORE to see wifi connections.1.1KViews2likes2CommentsConnect Quest to Ad-Hoc Network from Mac/PC
Is there any way to connect the Quest to an Ad-Hoc network being broadcast by a Mac or PC? On my Mac, when I create an Ad-Hoc network by clicking "Create Network..." in the MacOS Wi-Fi menu, I am able to see this network on Quest 2, but for some reason I cannot join this network. On Quest 1, I am unable to see the Ad-Hoc network altogether. Has anyone had experience with this?1.7KViews0likes0CommentsDoes Quest support 802.1x Radius Authentication?
We are trying to field a question from one of our clients before they purchase Oculus Quest hardware. We are wondering whether this sort of auth is supported on Quest, and whether users on certain corporate networks that require additional configuration will be able to connect.1.9KViews1like0CommentsQuest Networking Capabilities (WiFi, Bluetooth)
Hello all, Question: Is there functionality in any Quest SDK to send/receive data over WiFi or Bluetooth to other devices? Where could I find this? What I want to do: I want to send data from the Quest directly to a MacBook Pro over WiFi. Ideally, I would like the Quest or the MacBook to act as a WiFi host to connect the two directly for fast data transfer and no middleman. I only want to send very lightweight state data, but I want to do it with minimal latency. Ideally, I would like to use the Native SDK as opposed to the Unity or Unreal SDK. Thank you for your help in advance! Congrats to Oculus on the release of the Quest and Rift S! This is a very exciting time. Best, Tim890Views0likes0Comments