Forum Discussion
Hi NemesisTWarlock
thanks for your answer
Yes i also found that tutorial. The main problem i am facing is the networking between the Meta Quest and the node.js server.
In your proposal the node.js server and Meta Quest application are on different devices
Do as far as I have progressed now, the Meta Quest has a firewall which limits the data transfer and i dont know how to overcome this
Meta Quest doesn't have a Firewall; check you're local network settings as this could be blocking something.
Using: <uses-permission android:name="android.permission.INTERNET" /> should be all you need.
You could add <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> and <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> to make life easier for development.
→ Find helpful resources to begin your development journey in Getting Started
→ Get the latest information about HorizonOS development in News & Announcements.
→ Access Start program mentor videos and share knowledge, tutorials, and videos in Community Resources.
→ Get support or provide help in Questions & Discussions.
→ Show off your work in What I’m Building to get feedback and find playtesters.
→ Looking for documentation? Developer Docs
→ Looking for account support? Support Center
→ Looking for the previous forum? Forum Archive
→ Looking to join the Start program? Apply here.