spacecheese / bluez_peripheral

A library for building BLE peripherals using GATT and bluez
MIT License
38 stars 8 forks source link

dbus-next replacement #44

Open spacecheese opened 3 weeks ago

spacecheese commented 3 weeks ago

The dbus-next library is no longer maintained and has a number of serious issues. Consider replacing with a better maintained library such as https://github.com/python-sdbus/python-sdbus or porting to a different bluez interface.

igo95862 commented 2 weeks ago

There are a very early and rough Bluez binds for sdbus: https://github.com/python-sdbus/python-sdbus-bluez

They are not really production ready but there are a few examples in that repository which can be helpful.