有服务器/客户端 iPhone 应用程序的示例,其中服务器和客户端都是 iOS 设备吗?
我想创建一个服务器/客户端应用程序,其中一台 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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