From 4bbb1cb3e719ab9abc1b49bc0645176f96e979c5 Mon Sep 17 00:00:00 2001 From: Callum Iddon Date: Tue, 26 Dec 2017 00:16:49 +0000 Subject: [PATCH 1/2] Update README with note about Bluez<=5.23 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30b8e8b..a9b7e00 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Currently Linux is the only platform supported by this library. Unlike other lib ## Prerequisites The GATT SDK requires [Python 3.4+](https://www.python.org). Currently Linux is the only supported operating system and therefor it needs a recent installation of [BlueZ](http://www.bluez.org/). It is tested to work fine with BlueZ 5.44, slightly older versions should however work, too. +[Issue 12](https://github.com/getsenic/gatt-python/issues/12) confirms that Bluez <=5.23 is not working. + ## Installation These instructions assume a Debian-based Linux. From 06e566b5b58339d0a6c6c2d1c730bd9158061d77 Mon Sep 17 00:00:00 2001 From: Callum Iddon Date: Tue, 26 Dec 2017 16:18:52 +0000 Subject: [PATCH 2/2] Update note on compatibility --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a9b7e00..8823053 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@ The Bluetooth GATT SDK for Python helps you implementing and communicating with Currently Linux is the only platform supported by this library. Unlike other libraries this GATT SDK is based directly on the mature and stable D-Bus API of BlueZ to interact with Bluetooth devices. In the future we would like to make this library platform-independent by integrating with more Bluetooth APIs of other operating systems such as MacOS and Windows. ## Prerequisites -The GATT SDK requires [Python 3.4+](https://www.python.org). Currently Linux is the only supported operating system and therefor it needs a recent installation of [BlueZ](http://www.bluez.org/). It is tested to work fine with BlueZ 5.44, slightly older versions should however work, too. - -[Issue 12](https://github.com/getsenic/gatt-python/issues/12) confirms that Bluez <=5.23 is not working. +The GATT SDK requires [Python 3.4+](https://www.python.org). Currently Linux is the only supported operating system and therefor it needs a recent installation of [BlueZ](http://www.bluez.org/). It is tested to work fine with BlueZ 5.44, any release >= 5.38 should however work, too. ## Installation These instructions assume a Debian-based Linux.