# rxtx **Repository Path**: hellochengkai/rxtx ## Basic Information - **Project Name**: rxtx - **Description**: RXTX library with native loader support. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RXTX Loader ======== RXTX native loader, pulls in the [gnu.io RXTX library](http://rxtx.qbang.org) as a dependency. Supports Windows, Linux, OS X - x86, x86_64, and ARM. [![Build Status](https://api.travis-ci.org/reines/rxtx.png)](https://travis-ci.org/reines/rxtx) [![Coverage Status](https://coveralls.io/repos/reines/rxtx/badge.png?branch=master)](https://coveralls.io/r/reines/rxtx?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jamierf/rxtx/badge.png)](https://maven-badges.herokuapp.com/maven-central/com.jamierf/rxtx) RXTX Loader can be found in maven central. ## Installation ```xml com.jamierf rxtx ... ``` ## Usage ```java RXTXLoader.load(); // Automatic detection of OS and Architecture ``` or ```java RXTXLoader.load(OperatingSystem.LINUX, Architecture.ARMv6); ``` ## License Released under the [Apache 2.0 License](LICENSE).