Simple JNI wrapper to access the Kunbus RevolutionPi CAN hardware from 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/libsocket-can-java
- cd libsocket-can-java
- make clean
- make all
- make check
Use the resulting library ./dist/libsocket-can-java.jar for your needs.
This project is licensed under the MIT License - see the LICENSE.md file for details
- The project is a fork and an almost 100% copy of entropia - libsocket-can-java.git
- only minor adoptions to be part of the great and inspiring openems project.
- waal70 - initial -
- entropia - adoptions, CAN filter,... -
- C. Lehne - *minor changes, mainly for buildprocess *
- Hat tip to anyone whose code was used