Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用Wifi direct的P2P中,我可以列出客户端设备并将其连接到服务器设备,但一次只能将数据从服务器传输到一个客户端。我的疑问是!!!- 是否可以一次将数据从服务器传输到多个客户端?在P2P Wifi 直接。提前致谢...
UDP 广播可以在 WiFi Direct 组内进行。确保将权限添加到清单中:
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>