iPhone 对等 2 对等连接.. 有没有办法连接到 1 个以上的设备?
我正在尝试实现点对点连接应用程序。所以我想将 2 个以上的设备相互连接。如何为每对设备创建单独的会话 使用新的 GameKit 框架是否可以连接到 1 个以上的设备?
I am try to implement peer to peer Connection Application . So i want to Connect More than 2 devices to each other.How to Create separate session for Each pair of devices
Is it possible to connect to more than 1 devices using the new GameKit framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 GKSession 连接多个设备。
看一下 GKSessionP2P,这是一个演示应用程序,它演示了
GKSession< 的临时网络功能/代码>。该应用程序既在本地网络上宣传自己,又自动连接到可用的对等点,建立点对点网络:
You can connect multiple devices using GKSession.
Take a look at GKSessionP2P, a demo app that illustrates the ad-hoc networking features of
GKSession
. The app both advertises itself on the local network and automatically connects to available peers, establishing a peer-to-peer network: