xref: /btstack/platform/daemon/binding/java/README.md (revision 6897da5c53aac5b1f90f41b5b15d0bd43d61dfff)
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