Implement bluepy 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 approach.
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 bluepy should be implemented to try to overcome these problems, at least on Raspberry Pi. Might alleviate problems described in #7.