Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 987 Bytes

OpenEMS libsocket CAN JNI wrapper

Simple JNI wrapper to access Linux SocketCAN devices from Java.

Getting Started

These instructions will get you a copy of the project and build the library on that controller.

Built Instructions

  • git clone https://github.com/OpenEMS/libsocket-can-java
  • cd libsocket-can-java
  • make clean
  • make all

Deployment

Use the resulting library ./dist/libsocket-can-java.jar for your needs.

License

This project is licensed under the MPL License - see the LICENSE.md file for details

Contributing

The project is a fork clehne's great work

Authors

  • waal70 - initial -
  • entropia - adoptions, CAN filter,... -
  • C. Lehne - *minor changes, mainly for buildprocess *
  • hydroid7 - modernized makefile

Acknowledgments

  • Hat tip to anyone whose code was used.
  • We are standing on shoulder of giants.