Browse code

Some documentation hints

Nils Faerber authored on 05/05/2013 16:55:42
Showing 1 changed files
... ...
@@ -1,7 +1,8 @@
1 1
 
2 2
 l2cap_client
3
+License: GPLv3
3 4
 
4
-Is a small test application to test the Bluetooth connection to
5
+This is a small test application to test the Bluetooth connection to
5 6
 Oswald-MetaWatch. It opens a L2CAP connection to a give Bluetooth address.
6 7
 After successful connection establishment it output all data received to
7 8
 stdout and send data received from stdin (keyboard) to the watch. Input via
Browse code

Add Linux Bluetooth test application

Nils Faerber authored on 04/05/2013 22:30:36
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+
2
+l2cap_client
3
+
4
+Is a small test application to test the Bluetooth connection to
5
+Oswald-MetaWatch. It opens a L2CAP connection to a give Bluetooth address.
6
+After successful connection establishment it output all data received to
7
+stdout and send data received from stdin (keyboard) to the watch. Input via
8
+stdin is not in cbreak mode, i.e. input must be finished with CR before it
9
+is sent to the watch.
10
+
11
+Building
12
+Simply type "make". Depend on libbluetooth and its development files.
13
+
14
+Running
15
+Start with Bluetooth address of the watch as cmdline argument:
16
+	l2cap_client 11:22:33:44:55:66