Java library to communicate with a selectrix bus system.
Available at maven central: https://repo1.maven.org/maven2/io/github/danieltuerk/selectrix4java/
Tested with: FCC, Stärz Interface, Stärz Functionmodule, D&H BM 8i and D&H Decoder
Build project and install to your local maven repository: mvn clean install
Afterward you can use the lib in your own project by adding the maven dependency.
<dependency>
<groupId>io.github.danieltuerk</groupId>
<artifactId>selectrix4java</artifactId>
<version></version>
</dependency>
As version, please use the one of the "pom.xml" from your local copy of selectrix4java.
Take a look into the wiki for usage instructions. (https://github.com/DanielTuerk/selectrix4java/wiki)
This project is licensed under the MIT License.