How can we connect a pc and a phone in godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By vyom

Hey, I made a chat room in Godot from http://www.narwalengineering.com/2018/07/01/godot-tutorial-simple-chat-room-using-multiplayer-api/ .
It worked when I used two pcs connected to the same wifis. But in my android phone( android 10 to be specific) it won’t even connect to either another phone or pc. While exporting I had checked the internet permission but still it doesn’t work.
How can I make it work. Thanks in advance :slight_smile:

I solved it
It seems that we have to look closely at the IP of the PC directly in the ethernet state, there is the real IP while Godot, due to my bad configuration, throws me another IP so that it is already there
In addition to that we must give permissions to the app before exporting with godot
Internet and Access network satate
With that the connection between pc and android is successful greetings!
Firewall Desactived too

lurgx | 2022-06-04 09:10