Simple JNI wrapper to access the RevolutionPi DigitalIO hardware enhancement board from the RevolutionPi base board within Java
These instructions will get you a copy of the project on your rev pi and build the library on that controller.
- login to your RevolutionPi and install git tools
- git clone https://github.com/clehne/librevpi-dio-java
- cd librevpi-dio-java
- make clean
- make all
#export LD_LIBRARY_PATH=/librevpi-dio-java/lib/:$LD_LIBRARY_PATH
- make check
Use the resulting library ./dist/librevpi-dio-java.jar for your needs.
This project is licensed under the MIT License - see the LICENSE.md file for details
- The basic project sceleton is copied from waal70 - libsocket-can-java.git
- The real RevolutionPi hardware access code is taken from RevPi - https://github.com/RevolutionPi/piControl
- This library was developed to be part of the great and inspiring openems project.
- C. Lehne - initial -
- Hat tip to anyone whose code was used