Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据规范,当 DBus 有更大的限制为 2^26 时,AllJoyn 将数组大小限制为 ALLJOYN_MAX_ARRAY_LEN = 2^17 字节。
我有一种情况,我需要将图像作为字节数组(“ay”签名)发送,即使压缩,也可以大于 2^17 字节。
有不同的方法可以实现这一点,例如拆分数组并添加数组 ID 和块数,在另一侧重建正确的数组。
我想知道是否有人遇到过类似的问题以及哪种方法最有效。
看起来已经指定了批量数据传输接口,并且正在由 AllSeen 联盟接口审查委员会进行审查。看起来它还没有被批准。此外,目前似乎没有人创建该接口的实现。
https://git.allseenalliance.org/gerrit/#/c/5977