From 308e35cf33f6937b53ef6c055adea9d10e215e1a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 13 Apr 2024 08:11:06 +0200 Subject: [PATCH] daemon/java: started readme --- platform/daemon/binding/java/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 platform/daemon/binding/java/README.md diff --git a/platform/daemon/binding/java/README.md b/platform/daemon/binding/java/README.md new file mode 100644 index 000000000..4051d8d6b --- /dev/null +++ b/platform/daemon/binding/java/README.md @@ -0,0 +1,8 @@ +# Java Bindings for BTstack Daemon Client + +To build the client library and the examples, run `ant` in this folder. + +The code for serialization/deserialization is generated as part of the build process from `btstack/src/btstack_defines.h` + +To run one of the examples, the `BTstack Daemon` from `port/daemon` needs to run first. +The daemon needs to be configured for the used operating system and Bluetooth Controller, see `./configure --help`