Using Tcp Sockets on Real Android Devices

Can I use Tcp Sockets to connect two Android devices (not emulators) that give the correct IP address accepted by the WIFI network? Should I forward ports through a specific port? Is it possible to open a port programmatically using system calls?

+3
source share
2 answers

Can I use Tcp Sockets to connect two Android devices (not emulators) that provide the correct IP address made by the WIFI network? Read about it: http://developer.android.com/guide/topics/wireless/wifip2p.html

? , , .

? , , .

+2

All Articles