]> git.karo-electronics.de Git - oswald.git/blob - linux-bt/README.txt
Add Linux Bluetooth test application
[oswald.git] / linux-bt / README.txt
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