Imagine this scenario:
AndroidA knows AndroidB but doesn't know Android C.
AndroidB knows AndroidC and Android A.
Is it possible to connect Android A to Android C using AndroidB with WifiDirect? Like a electrical circuit in series.
Update: AndroidC and AndroidB are sensors, and i need to pass to AndroidA the GPS localization (latitude/longitude) and a flag. Only AndroidA has communication with the user.
Thanks
Yes, its possible.
To do this, you have to do the following:
Goodluck.