A a Java based GUI tool for configuring and monitoring panStamp networks, and debugging panStamp applications.
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 1.0.3
Version 1.0.3 brings the application up to date with version 2.2 of the panstamp-java library and introduces the ability to send a query message to a panStamp.
You need a Windows, OS X or Linux system with the Java Runtime version 1.7 or newer installed.
You can download binary versions of the application from the Releases section.
Pre-built binaries are supplied for:
A cross-platform jar file is also provided and can be downloaded here
The Windows application is currently shipped as a single .exe file and can be run directly. The OS X application is provided as a .dmg file containing an application that can be dragged into the Mac Applications folder and run from there.
To run the cross platform jar version, execute the jar using the Java runtime:
java -jar panstamp-tool-1.0.3-shaded.jar
If you have problems with this application, please make a post in the Java section on the panStamp forum.
To report bugs, please use the issues section on GitHub
This application is released under the Apache 2.0 licence. See the Licence.md file