Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does this iOS app communicate over the USB port?

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.