Skip to content

brettchien/SwiftBLEWrapper

Repository files navigation

SwiftBLEWrapper

a Swift BLE wrapper for easier profile handing.

Installation

A dependency, Async, is not available on cocoapods yet. One need to add the following in Podfile

pod 'Async', :git => 'https://github.com/duemunk/Async.git'

Usage

Profile Handling

License

MIT

Thanks

This project is root from PyBLEWrapper and then a similar version for swift is created.

During the development phase, another excellent project is also working on similar topic, BlueCap. BlueCap does inspire me in several design decisions including the future usage.