]> git.karo-electronics.de Git - oswald.git/blobdiff - linux-bt/README.txt
Add Linux Bluetooth test application
[oswald.git] / linux-bt / README.txt
diff --git a/linux-bt/README.txt b/linux-bt/README.txt
new file mode 100644 (file)
index 0000000..782090e
--- /dev/null
@@ -0,0 +1,16 @@
+
+l2cap_client
+
+Is a small test application to test the Bluetooth connection to
+Oswald-MetaWatch. It opens a L2CAP connection to a give Bluetooth address.
+After successful connection establishment it output all data received to
+stdout and send data received from stdin (keyboard) to the watch. Input via
+stdin is not in cbreak mode, i.e. input must be finished with CR before it
+is sent to the watch.
+
+Building
+Simply type "make". Depend on libbluetooth and its development files.
+
+Running
+Start with Bluetooth address of the watch as cmdline argument:
+       l2cap_client 11:22:33:44:55:66