]> git.karo-electronics.de Git - oswald.git/blob - linux-bt/README.txt
Some documentation hints
[oswald.git] / linux-bt / README.txt
1
2 l2cap_client
3 License: GPLv3
4
5 This is a small test application to test the Bluetooth connection to
6 Oswald-MetaWatch. It opens a L2CAP connection to a give Bluetooth address.
7 After successful connection establishment it output all data received to
8 stdout and send data received from stdin (keyboard) to the watch. Input via
9 stdin is not in cbreak mode, i.e. input must be finished with CR before it
10 is sent to the watch.
11
12 Building
13 Simply type "make". Depend on libbluetooth and its development files.
14
15 Running
16 Start with Bluetooth address of the watch as cmdline argument:
17         l2cap_client 11:22:33:44:55:66