Bonjour - 客户端和服务器之间的区别?

发布于 2024-10-28 17:03:03 字数 142 浏览 3 评论 0原文

我的 iDevices 通过 Bonjour 执行一些基本消息传递,我准备好继续下一步。

服务器和客户端设备的功能有区别吗?从我到目前为止所看到的来看,我可以从服务器向客户端发送消息,也可以从客户端向服务器发送消息 - 那么哪个设备充当哪个角色有关系吗?

I have my iDevices doing some basic messaging via Bonjour and I am ready to move on to the next step.

Is there a difference between what a Server and Client device can do? From what I have seen so far, I can send messages from a Server to a Client and from a Client to a Server - so does it matter which device is serving which role?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦魇绽荼蘼 2024-11-04 17:03:03

Bonjour 是点对点的,因此没有客户端或服务器。您正在使用的 Bonjour 示例可能碰巧调用第一个实例来开始广播“服务器”,并调用第一个实例来连接“客户端”,但这只是一个任意约定。

Bonjour is peer-to-peer, so there is no client or server. It may be that the Bonjour sample you're working from happens to call the first instance to start broadcasting the "server" and the first instance to connect the "client", but this is just an arbitrary convention.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文