Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuhan005/mebeats
💓 小米手环实时心率数据采集 - Your Soul, Your Beats!
https://github.com/wuhan005/mebeats
Last synced: about 10 hours ago
JSON representation
💓 小米手环实时心率数据采集 - Your Soul, Your Beats!
- Host: GitHub
- URL: https://github.com/wuhan005/mebeats
- Owner: wuhan005
- License: mit
- Created: 2021-06-05T15:39:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T14:28:15.000Z (over 3 years ago)
- Last Synced: 2024-11-06T12:45:50.713Z (2 days ago)
- Language: Go
- Homepage: https://github.red/miband-heart-rate/
- Size: 158 KB
- Stars: 240
- Watchers: 4
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💓 mebeats ![Go](https://github.com/wuhan005/mebeats/workflows/Go/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/wuhan005/mebeats)](https://goreportcard.com/report/github.com/wuhan005/mebeats)
小米手环实时心率数据采集 - Your Soul, Your Beats!
* `cmd/mebeats-client`: the mebeats client. It collects the heart rate data from Mi Band and reports to server.
* `cmd/mebeats-server`: the mebeats sever. It receives the heart rate data and generate the badge.## Requirement
* MiBand (2, 3, 4, 5, 6)
* macOS 11.3.1 or higher## Run server
```bash
git clone [email protected]:wuhan005/mebeats.gitcd mebeats/cmd/mebeats-server
go build . && ./mebeats-server --key=
```Server runs on `0.0.0.0:2830`.
## Run client
```bash
git clone [email protected]:wuhan005/mebeats.gitcd mebeats/cmd/mebeats-client
go build . && ./mebeats-client --addr= --auth-key= --server-addr= --server-key=
```## License
MIT