How does this iOS app communicate over the USB port?

蓝咒 提交于 2019-12-02 17:14:21

Dean told about it on his blog.

Duet uses Peertalk, an open source library allowing to pass TCP connections through the USB connection without being part of the MFI program.

The information, code and tools to accomplish generic USB port communication is available to those who join the Apple MFi program. You have to do the paperwork and get licensed by Apple.

http://developer.apple.com/programs/mfi/

The libraries necessary are included in the app and then the usual streaming libraries and code do the rest.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!