Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 732 Bytes

selectrix4java

Java library to communicate with an selectrix bus system.

####Supported Format: SX1

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>net.wbz.selectrix4java</groupId>
   <artifactId>selectrix4java</artifactId>
   <version>${selectrix.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)