Releases: pschichtel/JavaCAN
Releases · pschichtel/JavaCAN
Release 2.0
This release is basically a full rewrite of the 1.x releases. The library now completely integrates with Java's NIO APIs: Channel, Selector, ByteBuffer and so on. ISOTP has now been implemented based on the Kernel module by @hartkopp: can-isotp. Both CAN_RAW and CAN_ISOTP channels are selectable, however only using a customized SelectorProvider and Selector implementation. More options and a few helper classes have been integrated as well to ease working with CAN.
Release 1.2
This build actually has working cross-compiled libraries and initial ISO-TP support in the form the CAN_ISOTP sockets.