Android wifi-direct api for support Multi-group Networks -


my application need create multi-group wifi-direct communication.but after testing find none of following scenarios feasible in android:

1) device plays role of p2p client in 1 group , go in another. 2) device behaves client in 2 or more groups.

i want ask google have plan update android wifi-direct api suppporting 1 of above, implement multi-group communication easily?

or there ways 2 wifi-direct group communication each other in android?

thanks!!!!!!!!!!!!!!!!

simple answer questions be: no. though second question far know, no.

anyway, if logic requires able go & client same time, work around creating normal access point, clients connect to, , connect other devices access point.

for access point, example use creategroup function, create hidden access point. use wifi direct service advertising delivering password & ssid alongside ip-address other devices, discover access points , connect them.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -