Skip to content

reines/rxtx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages