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.
在我的 Qt 应用程序中,我使用的是点对点 DBus 连接。服务器在计算机 A 上运行,客户端在 B 上,通过 DBus TCP/IP 连接进行连接。工作正常。
我想知道我是否能以某种方式找出服务器是否正在运行以及它的 IP 地址是什么?到目前为止,我需要在客户端提供正确的地址/端口。
服务器和客户端都在本地网络中运行。当然,我可以使用试错法并 ping 我网络中的所有机器。有没有更好的方法,比如请求服务器的广播,并且服务器响应适当?Qt 是否为此提供了一些东西?