Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 988 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 988 Bytes

RXTX Loader

RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86, x86_64, and ARM.

Build Status Coverage Status Maven Central

RXTX Loader can be found in maven central.

Installation

<dependency>
    <groupId>com.jamierf</groupId>
    <artifactId>rxtx</artifactId>
    <version>...</version>
</dependency>

Usage

RXTXLoader.load(); // Automatic detection of OS and Architecture

or

RXTXLoader.load(OperatingSystem.LINUX, Architecture.ARMv6);

License

Released under the Apache 2.0 License.