I’ve been reading about WiFi direct in the last 2 days, found it very interesting feature to share data between devices with no intermediate access point.
I want to know if it’s possible to share data between 2 devices where there’s 3rd device connecting between them?
Example: If device A wants to share (send/receive) data with device B, is it possible to connect to an intermediate device C to establish the connection and sharing the data? in this way the range between A to B can be increased with no interruptions.
Thanks.
Udi
It’s possible but not directly. You can establish a
WiFi Directlink betweenAandCand also a link betweenBandC. What is missing is the forwarding of data between the 2 links inC. This is calledbridge. You should be able to find android apps that do bridging.