xref: /btstack/platform/daemon/binding/java/README.md (revision 308e35cf33f6937b53ef6c055adea9d10e215e1a)
1# Java Bindings for BTstack Daemon Client
2
3To build the client library and the examples, run `ant` in this folder.
4
5The code for serialization/deserialization is generated as part of the build process from `btstack/src/btstack_defines.h`
6
7To run one of the examples, the `BTstack Daemon` from `port/daemon` needs to run first.
8The daemon needs to be configured for the used operating system and Bluetooth Controller, see `./configure --help`
9