You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello World! 😄
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 ofbluepy
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.The text was updated successfully, but these errors were encountered: