aboutsummaryrefslogtreecommitdiff
path: root/python/python-gattlib/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2017-01-14 01:13:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-14 01:13:13 +0700
commit1991fc3eb054de838754f2eb827e88d0823a7f8a (patch)
treea037b164468e97ecf3a92b04c3f8dad9ca0a4e1f /python/python-gattlib/README
parent6cf070500874fd8b1e59e012726977cc1a3eec42 (diff)
python/python-gattlib: Added (Bluetooth LE protocol library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gattlib/README')
-rw-r--r--python/python-gattlib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-gattlib/README b/python/python-gattlib/README
new file mode 100644
index 0000000000000..ab2b73dfa0947
--- /dev/null
+++ b/python/python-gattlib/README
@@ -0,0 +1,3 @@
+This is a Python library to use the GATT Protocol for Bluetooth LE
+devices. It is a wrapper around the implementation used by gatttool
+in bluez package.