1*308e35cfSMatthias Ringwald# Java Bindings for BTstack Daemon Client 2*308e35cfSMatthias Ringwald 3*308e35cfSMatthias RingwaldTo build the client library and the examples, run `ant` in this folder. 4*308e35cfSMatthias Ringwald 5*308e35cfSMatthias RingwaldThe code for serialization/deserialization is generated as part of the build process from `btstack/src/btstack_defines.h` 6*308e35cfSMatthias Ringwald 7*308e35cfSMatthias RingwaldTo run one of the examples, the `BTstack Daemon` from `port/daemon` needs to run first. 8*308e35cfSMatthias RingwaldThe daemon needs to be configured for the used operating system and Bluetooth Controller, see `./configure --help` 9