hello all,
with ServerSocket and Socket data exchange between PC and smartphone in my network, how can I do this if my phone is connected to internet without wifi?
thanks
The device will need to act as the client as almost all mobile network providers block incoming connections.
You will also need to:
1. Know your computer ip address.
2. Configure the router to forward the port communication to this specific computer.
3. Open the port in your computer firewall.