Connecting Multiple Android Devices via Wifi Direct

I am trying to connect multiple devices via Wifi Direct so that device A can send a message to device C through intermediate device B. Is this possible with Android 4+? If possible, can you provide me with a guide or sample code to get started?

+3


source to share


1 answer


http://developer.android.com/training/connect-devices-wirelessly/wifi-direct.html

You need to do a lot of research as the guides are in a rather narrow area.



The sample code is located in the SDK folder in one of the sample folders.

+2


source







All Articles