Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clients/Peers communication with wifi-direct on Android platform

I have three Android devices: A,B,and C. They are connected via wifi-direct (assuming B is the group owner).

I just have two questions: 1. A want send a message to C, does the message have to pass the group owner B to reach C? 2. If the group owner B accidentally disconnected, will A still be able to send messages to C?

Thanks!

like image 978
Kan Avatar asked Sep 05 '12 08:09

Kan


1 Answers

In Wifi direct communication the P2P group owner (P2P GO) device implements AP-like functionality in the P2P Group., and devices acting as clients are known as P2P Clients. Hence all the communication has to go through the group owner channel.

And once the group owner disconnects, obviously the Routing channel has been killed and hence the group. The clients have to restablish the connection and one of the client becomes the group owner.

like image 173
blganesh101 Avatar answered Oct 21 '22 04:10

blganesh101