From ea844bdc5e575b1f2f631f8bed11f2f4f18fbd13 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Fri, 21 Aug 2020 07:32:25 +0200 Subject: [PATCH] Document J1939 commands Signed-off-by: Oleksij Rempel --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 816264a..af18ea2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,16 @@ subsystem (aka SocketCAN): * isotpperf : ISO15765-2 protocol performance visualisation * isotptun : create a bi-directional IP tunnel on CAN via ISO-TP +#### J1939/ISOBus tools +* j1939acd : address claim daemon +* j1939cat : take a file and send and receive it over CAN +* j1939spy : spy on J1939 messages using SOC_J1939 +* j1939sr : send/recv from stdin or to stdout +* testj1939 : send/receive test packet + +Follow the link to see examples on how this tools can be used: +[Kickstart guide to can-j1939 on linux](https://github.com/linux-can/can-utils/blob/master/can-j1939-kickstart.md) + #### Log file converters * asc2log : convert ASC logfile to compact CAN frame logfile * log2asc : convert compact CAN frame logfile to ASC logfile