Hi everyone,

I am trying to find a way to enable one android device to connect to 
multiple Wi-Fi Direct groups at the same time. The Wi-Fi Direct 
specification leaves this feature as an optional one and Android does not 
implement it.
The first problem is in the WifiP2pService file the IP Address for the 
Group Owner (GO) is fixed and the range of IPs for clients is fixed too. 
This means that two or more groups can not communicate together because of 
IP address overlapping. I can find a way around this by randomizing the GO 
and Clients IP address selection. The second problem is how to make the 
device accept two or more concurrent connections from Wi-Fi Direct groups. 
I think it something similar to enabling concurrent Wi-Fi and Wi-Fi Direct 
connection in Jellybean.

So any ideas?

Thank you so much.
--Ahmed Shahin

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to