在特定端口上侦听传入数据
为了扫描 WiFi 网络中的其他设备,我使用应用程序的特定端口向 WiFi 网络中的所有 IP 发送广播。 因此,如果应用程序在 WiFi 网络中的设备上运行,则必须响应此广播。
首先,我发送一个包含一些数据的 DatagramPacket。然后,侦听设备必须在端口上侦听此 DatagramPacket,并使用自己的设备 IP 将其发送回。
我该如何处理这个问题?
In order to scan a WiFi network for other devices, I send a broadcast with my application a a specific port to all IPs in the WiFi network.
Therefore the application, if it's running on a device in the WiFi network, has to respond to this broadcast.
At first I send a DatagramPacket with some data in it. Then the listening device has to listen on a port for this DatagramPacket and send it back with its own device IP.
How do I manage this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论