WiFi Direct (Android 4.0) with multiple (3+) devices -


like here: automatic authentication android wifi direct want create mobile ad-hoc wifi network android devices. unlike linked question above want use official android wifi direct api availabe since android 4.0.

so there way not connect 2 devices via wifi direct 3 or more? messages passed 1 device using several other devices in between (therefore spanning larger distance between sender , receiver)?

the wifi direct demo works pairing 2 devices , not find way else.

thanks!

is there way not connect 2 devices via wifi direct 3 or more?

yes, wi-fi direct specifications explain possible create 1 many connection. 1 of devices act group owner (think access point). have been able create wi-fi direct network 3 devices during tests.

as devices have in range of group owner, sure message arrive second client. 1st client -> group owner -> 2nd client


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -