-
Notifications
You must be signed in to change notification settings - Fork 115
Home
Barry Byford edited this page Aug 29, 2017
·
16 revisions
Welcome to the python-bluezero wiki!
Other Python Libraries around
Library | Supporting Roles | Tech | Library location |
---|---|---|---|
bluezero | Central & Peripheral | DBus | https://github.com/ukBaz/python-bluezero |
bluepy | Central & Peripheral | Custom binary helper | https://github.com/IanHarvey/bluepy |
pygattlib | Central Only | Python C Module, using HCI API | https://bitbucket.org/OscarAcena/pygattlib |
gatt-python | Central Only | DBus | https://github.com/getsenic/gatt-python |
pygatt | Central Only | 'gatttool' wrapper | https://github.com/peplin/pygatt |
pybluez | Central Only | BLE provided by 'pygattlib' [EXPERIMENTAL] | |
adafruit | Central Only | DBus (Multi-OS) [INACTIVE] | https://github.com/adafruit/Adafruit_Python_BluefruitLE |
hcipy | All roles | Pure Python HCI | https://github.com/TheBubbleworks/python-hcipy |
pyble | Central | HCI | https://github.com/mzxu/pyble |
hci-protocol | Observer/Sniffer | HCI based on Construct | https://github.com/Jumperr-labs/hci-protocol |