Networking - LAN communication

Hi

I am new to Magic Leap and Android development. I tried to create a TCP / IP server in my app so I can communicate with my app from a Windows computer. ML appears to stop the app functioning. Is TCP/IP communication across wifi supported? Do I need to request permission for this? Can my app be the server?

Thank you!

We have some samples available in the ML Hub. There is one in particular you should familiarize with – Permissions.

Your app can be a server, sure.

Thank you @sengelman the Permissions demo got me through the issue.

Much appreciated!