Skip to content

Commit aa3a593

Browse files
committed
Migrate all the D-Bus calls to GDBus.
Given that the python-dbus interface only receives fixes and is considered by its author and maintainer as un-pythonic and is not recommended by him, it seems more logical to use another, more recommendable interface. As gatt-python already makes use of PyGI and GLib, it makes sense to use GDBus which comes as a part of GLib. This also effectively removes the python-dbus dependency.
1 parent 1061676 commit aa3a593

File tree

2 files changed

+123
-105
lines changed

2 files changed

+123
-105
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ BlueZ also provides an interactive commandline tool to interact with Bluetooth d
6666

6767
### Installing GATT SDK for Python
6868

69-
To install this GATT module and the Python3 D-Bus dependency globally, run:
69+
To install this GATT module globally, run:
7070

7171
```
7272
sudo pip3 install gatt
73-
sudo apt-get install python3-dbus
7473
```
7574

7675
#### Running the GATT control script

0 commit comments

Comments
 (0)