MIWireSession is an iOS and Mac Cocoa library for communicating over USB, with HTTP style API, based on peertalk.
- selfdefine connection port
- listening iOS device attach/dettach event, and connect/disconnect event
- send request from iOS to Mac, or from Mac to iOS
- boardcast message to all iOS devices from Mac
MIWireSession is available through CocoaPods. To install it, simply add the following line to your Podfile:
# pod library for iOS project
pod 'MIWireSessioniOS'
# pod library for Mac project
pod 'MIWireSessionMac'
BenArvin, benarvin93@outlook.com
MIWireSession is available under the MIT license. See the LICENSE file for more info.