From 8b3c8e9b6d9397e9fd729a8812fdac9570d8a03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dywicki?= Date: Mon, 18 Oct 2021 13:13:34 +0200 Subject: [PATCH] Add note about JavaCAN use in Apache PLC4X --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c2eaee1..9592fa30 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Pull requests are welcome! * [obd4s](https://github.com/pschichtel/obd4s): A Scala library for OBD-II communication with vehicles. * [VirtualECU](https://github.com/pschichtel/VirtualECU): An ECU simulator to test OBD-II clients against. +* [Apache PLC4X](https://plc4x.apache.org/users/transports/socketcan.html): Apache PLC4X brings support for various PLC systems. JavaCAN serves there a transport mechanism for [CANopen](https://plc4x.apache.org/users/protocols/canopen.html) and other CAN related protocol implementations. ## Supported Operating Systems