Skip to content

Releases: pschichtel/JavaCAN

Release 2.0

08 Jan 16:02
7f28b77

Choose a tag to compare

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

23 Aug 08:39
6248cc0

Choose a tag to compare

This build actually has working cross-compiled libraries and initial ISO-TP support in the form the CAN_ISOTP sockets.