Android Wifi direct multiple connection ad-hoc

前端 未结 8 719
你的背包
你的背包 2020-12-05 20:52

I try to create an ad-hoc network between many Android devices, but I can\'t find documentation to do that.

I thought Wifi direct could work for what I want, but is

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 21:18

    The wifi direct supports concurrent hosting and client capabilities on single interface. Which means, the device will act as an AP, allowing other devices to connect to it as clients, And also connect to another AP as a client. And can share internet connection by driving the internet traffic between the interfaces. However, current implementations of wifi direct on android are specific to the phone and not part of andorid sdk. So there is not much clarity if they support concurrency. This capability is not limited by hardware.

提交回复
热议问题