LateralView / ios-limabandsdk

A client library for managing different brands of Bluetooth wristband devices
MIT License
6 stars 2 forks source link

Lima Band SDK

Lima Band SDK allows you to interact with Bluetooth wearable exercise bands, receive live step count values and historic data. Currently only Xiaomi Mi Band is supported.

Please check the documentation for more information about using this framework.

Example App

The SDK includes a demo app that you can use to check compatibility with your bluetooth band. To run it, clone the repo, and run pod install from the Example directory first.

Requirements

In order to test the SDK successfully you are going to need a Xiaomi Mi Band and a real iOS device (the iOS Simulator won't work).

Installation

limabandsdk is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'limabandsdk', :git => 'https://github.com/LateralView/ios-limabandsdk.git'

Author

Lima Band SDK was coded with love at Lateral View. Do you have any questions? Find us at Twitter. Any technical questions can be sent at @leandrinux

License

limabandsdk is available under the MIT license. See the LICENSE file for more info.