Simple JNI wrapper to access Linux SocketCAN devices from Java.
These instructions will get you a copy of the project and build the library on that controller.
git clone https://github.com/OpenEMS/libsocket-can-java
cd libsocket-can-java
make clean
make all
Use the resulting library ./dist/libsocket-can-java.jar for your needs.
This project is licensed under the MPL License - see the LICENSE.md file for details
The project is a fork clehne's great work
- waal70 - initial -
- entropia - adoptions, CAN filter,... -
- C. Lehne - *minor changes, mainly for buildprocess *
- hydroid7 - modernized makefile
- Hat tip to anyone whose code was used.
- We are standing on shoulder of giants.