Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bluez/README
diff options
context:
space:
mode:
Diffstat (limited to 'bluez/README')
-rw-r--r--bluez/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/bluez/README b/bluez/README
new file mode 100644
index 0000000..5efcd1f
--- /dev/null
+++ b/bluez/README
@@ -0,0 +1,34 @@
+bluez-python - A BlueZ python binding on top of dbus-python
+
+
+Requirements
+==============================
+
+In order to use bluez-python you need following software packages:
+ - Python 2.5 or later
+ - Linux Bluetooth protocol stack (BlueZ)
+ - Python bindings for D-Bus (dbus-python)
+
+
+Installation
+==============================
+
+From a command shell:
+
+# python setup.py install
+
+
+Notes
+==============================
+
+ - Only supports BlueZ4 API
+ - Checking the doc directory in the BlueZ source package is always a good idea.
+
+
+Contact
+==============================
+
+Li Dongyang <Jerry87905@gmail.com>
+
+For additional information, check the page on the BlueZ wiki:
+ http://wiki.bluez.org/wiki/bluez-python \ No newline at end of file