Skip to content

Commit

Permalink
Merge pull request #21 from cal-id/master
Browse files Browse the repository at this point in the history
Update README with note about Bluez<=5.23
  • Loading branch information
Neelotpal Nag authored Jan 10, 2018
2 parents 1061676 + 06e566b commit d215ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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.
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.
Expand Down

0 comments on commit d215ede

Please sign in to comment.