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