hbldh/pymetawear

Implement Adafruit Python BluefruitLE backend

hbldh opened this issue · 1 comments

hbldh commented

Pygatt is based on parsing text output from gatttool and pymetawear should use a more direct C-binding appraoch.
PyBlueZ/pygattlib has proven problematic on newer platforms running newer BlueZ versions and it does not seem to be in active development.

A backend using Adafruit Python BluefruitLE should be implemented to try to overcome these problems. Might alleviate problems described in #7.

hbldh commented

Deemed non-interesting