pschichtel / JavaCAN

A simple JNI wrapper for the socketcan API provided by the Linux kernel. As it is wrapping a Linux Kernel API, it is intended for use on Linux only.
https://schich.tel
MIT License
49 stars 21 forks source link

CanBroker min. example #43

Closed mschessler closed 1 year ago

mschessler commented 1 year ago

CanBroker seems like exactly the thing I need for my implimentation. Is there any documentation or minimum example avaible to get started ?

pschichtel commented 1 year ago

there is the test that shows how it's used: https://github.com/pschichtel/JavaCAN/blob/master/epoll-test/src/test/java/tel/schich/javacan/test/util/CanBrokerTest.java

would that be enough?

mschessler commented 1 year ago

Yes thank you. Somehow missed it when looking through the tests.