有服务器/客户端 iPhone 应用程序的示例,其中服务器和客户端都是 iOS 设备吗?

发布于 2024-12-15 10:10:29 字数 278 浏览 1 评论 0原文

我想创建一个服务器/客户端应用程序,其中一台 iPhone 运行服务器,同一 wifi 网络上的所有其他设备都可以连接到服务器设备并发送和接收信息。是否有在设备上运行服务器并让网络上的其他设备搜索它的示例?

我考虑过使用 GameKit,但不幸的是 16 人的最大限制。 cocoaasyncsocket 似乎是一个不错的选择,但如何将一台设备设置为服务器,以及在其他设备上搜索它?

I would like to create a server/client application where one iphone is running a server, and all other devices on the same wifi network can connect to the server device and send and receive information. Are there any examples of running a server on a device and letting other devices on the network search for it?

I looked into using GameKit, but the 16 person max limit is unfortunate. cocoaasyncsocket seems like a good option, but how do I set up one device as the server, and search for it on other devices?

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

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

发布评论

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

评论(1

客…行舟 2024-12-22 10:10:29

WiTap 示例代码可能就是您正在寻找的(或者至少是一个好的起点):

http://developer.apple.com/library/ios/#samplecode/WiTap/Introduction/Intro.html

The WiTap sample code may be what you're looking for (or at least a good place to start):

http://developer.apple.com/library/ios/#samplecode/WiTap/Introduction/Intro.html

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