Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

RXTX library with native loader support.

Resources

Stars

21 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages