Skip to content

Adapter to provide serial access to KNX networks using the RXTX library

License

Notifications You must be signed in to change notification settings

calimero-project/calimero-rxtx

Repository files navigation

Calimero RXTX provider CI with Gradle

Provider for serial access to KNX networks using the RXTX (or any compatible) library.

All Calimero build artifacts are directly downloadable from Maven repositories. Simply put the provider on the module or class path used by Calimero.

When using this provider in a modularized setup, Java needs to be started with the option --add-reads io.calimero.serial.provider.rxtx=ALL-UNNAMED, because nrjavaserial is not modularized.

This provider uses System.Logger for logging.

Building from Source

git clone https://github.com/calimero-project/calimero-rxtx.git

With Gradle:

gradle build

With Maven:

mvn clean build

Dependencies

  • calimero-core
  • com.neuronrobotics:nrjavaserial

About

Adapter to provide serial access to KNX networks using the RXTX library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages