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