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.
我正在尝试使用 Android wifi AP 功能发送一个 MAC 广播帧,在该范围内侦听的其他设备将能够接收到该帧。任何想法如何做到这一点将不胜感激。
打开一个套接字,将 UDP 数据包发送到 IP 广播地址。它将自动转换为 MAC 广播地址。