From de8bb5fd8f4772e19f790f23e52b852648689db8 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Thu, 19 Sep 2019 14:13:11 +0200 Subject: [PATCH] README: update the list of CAN over IP tools Fix socketcand URL and add cannelloni. Signed-off-by: Yegor Yefremov --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06178d8..b4e0514 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ subsystem (aka SocketCAN): #### CAN access via IP sockets * canlogserver : log CAN frames from a remote/local host * bcmserver : interactive BCM configuration (remote/local) -* [socketcand](https://github.com/dschanoeh/socketcand) : use RAW/BCM/ISO-TP sockets via TCP/IP sockets +* [socketcand](https://github.com/linux-can/socketcand) : use RAW/BCM/ISO-TP sockets via TCP/IP sockets +* [cannelloni](https://github.com/mguentner/cannelloni) : UDP/SCTP based SocketCAN tunnel #### CAN in-kernel gateway configuration * cangw : CAN gateway userpace tool for netlink configuration