Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benarvin/miwiresession
https://github.com/benarvin/miwiresession
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benarvin/miwiresession
- Owner: BenArvin
- License: mit
- Created: 2022-08-09T11:29:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T06:34:22.000Z (over 2 years ago)
- Last Synced: 2024-11-05T22:41:57.589Z (7 days 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
[![CI Status](https://img.shields.io/travis/BenArvin/MIWireSession.svg?style=flat)](https://travis-ci.org/BenArvin/MIWireSession)
[![Version](https://img.shields.io/cocoapods/v/MIWireSession.svg?style=flat)](https://cocoapods.org/pods/MIWireSession)
[![License](https://img.shields.io/cocoapods/l/MIWireSession.svg?style=flat)](https://cocoapods.org/pods/MIWireSession)
[![Platform](https://img.shields.io/cocoapods/p/MIWireSession.svg?style=flat)](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, [email protected]## License
MIWireSession is available under the MIT license. See the LICENSE file for more info.