It seems like since commit b1eb2c4cd057624312e0412f6c4be000f7fc3617
gatttool
has been deprecated but I'm unable to find any information on
what has replaced gattool.
Every Python Bluetooth LE packages I looked into relays on gatttool
and is now broken on my ArchLinux system since the bluez package isn't
build with --enabled-deprecated
flag (which would build gatttool binary).
pygatt
is just broken on my system and bluepy
doesn't build as they
ship there own (on my system broken) bluez code to build gatttool.
Whatsoever I looking to write a new wrapper around whatever replaced gatttool but I'm unable to find any information on this topic.
So which tool from the bluez stack can I use to write a new Python Bluetooth LE wrapper?
gatttool
for Bluez v5. I (as the author of gattlib) extendgatttool
to use gattlib API. – Lanta