Airthings / waveplus-reader

MIT License
133 stars 61 forks source link

Introducing Unofficial Python Library #25

Open ztroop opened 3 years ago

ztroop commented 3 years ago

Hello World! :smile:

First of all, I think it's great that @airthings has been contributing to open source! I started working on an unofficial Python library to provide software developers a more developer-friendly library for BTLE handling of Airthings Wave devices. There are some design goals that conflict with this repository which is what led me to create this. The library wouldn't be possible without the documentation and scripts available by @airthings. I hope to continue making updates through Airthing's continued open-source contributions.

This library uses bleak as a dependency instead of bluepy for platform cross-compatibility and support for asynchronous operation.

https://github.com/ztroop/wave-reader-utils

What does this library feature?

See the README.md for other goals. It's currently in an alpha state.