You may all know the famous Toniebox [1]. It's a handy storytelling machine for children. I'm a big fan of this device and therefor I created a small Java library so you can interact with your Tonies easier.
[1]: https://tonies.de
mvn clean install
<dependencies>
<dependency>
<groupId>rocks.voss</groupId>
<artifactId>toniebox-api</artifactId>
<version>2.7</version>
</dependency>
</dependencies>
See code in [example/src/main/java/rocks/voss/toniebox/example/Application.java] Code can be build with
cd example
mvn clean install
java -jar target/toniebox-api-example-*.jar
No issues known yet
Apache License 2.0