Various Raspberry PI GPIO connected things implemented in Java.
Standing on the shoulders of Pi4J and WiringPi here are some easy to use sensor and device things that I use in my Raspberry Pi projects.
git clone https://github.com/dougculnane/java-pi-thing.git
cd java-pi-thing
mvn install
scp target/java-pi-thing-VERSION-jar-with-dependencies.jar [email protected]:
ssh [email protected]
java -jar java-pi-thing-VERSION-jar-with-dependencies.jar