https://github.com/benarvin/miwiresession
https://github.com/benarvin/miwiresession
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benarvin/miwiresession
- Owner: BenArvin
- License: mit
- Created: 2022-08-09T11:29:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T06:34:22.000Z (about 3 years ago)
- Last Synced: 2025-02-01T22:46:27.462Z (8 months ago)
- Language: Objective-C
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIWireSession
[](https://travis-ci.org/BenArvin/MIWireSession)
[](https://cocoapods.org/pods/MIWireSession)
[](https://cocoapods.org/pods/MIWireSession)
[](https://cocoapods.org/pods/MIWireSession)MIWireSession is an iOS and Mac Cocoa library for communicating over USB, with HTTP style API, based on [peertalk](https://github.com/rsms/peertalk).
## Features
- [x] selfdefine connection port
- [x] listening iOS device attach/dettach event, and connect/disconnect event
- [x] send request from iOS to Mac, or from Mac to iOS
- [x] boardcast message to all iOS devices from Mac## Installation
MIWireSession is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
# pod library for iOS project
pod 'MIWireSessioniOS'# pod library for Mac project
pod 'MIWireSessionMac'
```## Author
BenArvin, benarvin93@outlook.com## License
MIWireSession is available under the MIT license. See the LICENSE file for more info.