cahernanz / miband-android

Unofficial SDK for Xiaomi Mi Band

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is unofficial SDK for Mi Band. The sample app how to use the library. The app was not tested with Mi Band 2. In case some of the method returns incorrect data or works wrong, pleare report an issue.

The idea came from this project. However, due to reactive vision of SDK it was reimplemented. Most of methods are implemented using RxJava library.

Contribution

In case you have ideas or found an issue, don't hesitate to create pull request or an issue.

Usage

IMPORTANT: Use this SDK on your own risk, developer of this SDK is NOT responsible for any unpredictable results.

License

Apache Licence 2.0

Copyright 2015 Dmytro Khmelenko

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Unofficial SDK for Xiaomi Mi Band

License:Apache License 2.0


Languages

Language:Java 56.3%Language:Kotlin 43.7%