如何使用bonjour服务实现聊天?
我有一个应用程序,其中显示所有可用的客户端。现在我想要 实现他们之间的聊天。是否可以借助bonjour服务来完成而不需要 它们之间有任何其他服务器吗?有相关教程或示例代码吗?
I have one application in which all available clients are displayed.Now i want
to implement chatting between them.can it be done with help of bonjour service without
having any other server in between them?any tutorial or sample code for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些链接可能有用。
http://mobileorchard.com/tutorial-networking-and-bonjour-on- iphone/
您可以在 https://bitbucket.org/snej/chatty/src 上找到源代码谢谢
These links might be useful.
http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/
you can find source code on https://bitbucket.org/snej/chatty/src
thanks
Game Kit 提供了一个高级点对点连接 API,可用于聊天。
Game Kit provides a high-level peer-to-peer connectivity API, which you can use for chat.