The panstamp-java library provides Java programmers the ability to write desktop and server applications that can interface with panStamp Arduino RF networks.
PanStamps are autonomous low-power wireless modules programmable from the Arduino IDE and made for telemetry and control projects.
You can read all about them on their commercial site and their wiki. There's a GitHub repository and a community forum.
The current stable version is 2.2. For more information about different releases, see Releases.
I welcome contributions, be it bug fixes or other improvements. If you fix or change something, please submit a pull request. If you want to report a bug, please open an issue.
You're also welcome to join the discussion in the Java thread on the panStamp forum.
I recommend using the Maven artifact from Maven Central, but you can also clone the repository, or download the source as a .zip or .tar.gz file from Releases.
Add the dependency below to your pom.xml to use the artifact from Maven Central:
<dependency>
<groupId>me.legrange</groupId>
<artifactId>panstamp-java</artifactId>
<version>2.2</version>
</dependency>
There are documented examples on this project's wiki and some simple example programs in the src/main/java/example directory.
This library is released under the Apache 2.0 licence. See the licence file.