iPhone 对等 2 对等连接.. 有没有办法连接到 1 个以上的设备?

发布于 2024-12-17 15:19:15 字数 91 浏览 2 评论 0原文

我正在尝试实现点对点连接应用程序。所以我想将 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 技术交流群。

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

发布评论

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

评论(1

想你的星星会说话 2024-12-24 15:19:15

您可以使用 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:

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