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 开发 IP messenger(LAN messenger),
成功地能够使用 udp 发送数据。但我必须手动输入目标 IP 地址。
现在我正在尝试创建在线用户列表。
IP Messenger 如何填充在线用户?
一种解决方案是:
让客户端频繁 Ping 服务器 在服务器端,根据ping从客户端收到的信息更新用户列表。
让客户端频繁 Ping 服务器
在服务器端,根据ping从客户端收到的信息更新用户列表。
ping