... | ... |
@@ -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 |
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 |