简体   繁体   English

MCBrowserViewController最多可容纳7位受邀者

[英]MCBrowserViewController has limit to 7 invitees

I am trying to hook communication of 10 iPad's with one iPad. 我试图将10个iPad的通信与一个iPad挂钩。

MCBrowserViewController launches a view controller which will allow to select the Invitees. MCBrowserViewController启动一个视图控制器,该控制器将允许选择被邀请者。

It say's "Choose 1 to 7 invitees". 它说“选择1至7位被邀请者”。 As soon as I select One iPad in the network, it says "Choose up to 6 more invitees". 一旦我在网络中选择一个iPad,它就会说“再选择最多6位被邀请者”。

So, is the communication limited to 7 device's? 那么,通信是否仅限于7台设备? How can will I be able to add 3 other devices? 我将如何添加其他3台设备? Is the limit related only to MCBrowserController? 该限制仅与MCBrowserController有关吗?

No device can be connected to more than seven other devices at the same time. 一个设备不能同时连接到七个以上的其他设备。 The limit is related to bluetooth, not MCBrowserViewController . 该限制与蓝牙有关,而不与MCBrowserViewController有关。 In order to connect 10 iPads, you will need to create a chain or a tree of devices. 为了连接10个iPad,您将需要创建设备链或设备树。

By constructing a chain of connected iPads I have successfully connected 12 devices. 通过构建连接的iPad链,我已经成功连接了12台设备。 Sending messages down the chain is still reasonably fast. 沿链发送消息仍然相当快。 A binary tree of connections is better as you end up with shorter chains but managing those connections is challenging to say the least. 二进制连接树会更好,因为您最终会得到较短的链,但是至少可以说管理这些连接具有挑战性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM