can-utils icon indicating copy to clipboard operation
can-utils copied to clipboard

Linux-CAN / SocketCAN user space applications

Results 76 can-utils issues
Sort by recently updated
recently updated
newest added

On some systems `SIOCGIFNAME` may fail with `ENOTTY`, but the actual `slcanX` interface gets properly configured. Instead of crashing hard on such case, let's gracefuly degrade and just not display...

canconfig is still used, set lets move it here and completely deprecate old tools. Signed-off-by: Oleksij Rempel

A utility script for hunting for CAN packets by bisecting replays of candump logs. Like git bisect, but for candump logs. start, given a log file and canplayer arguments, assumes...

After read this issue(https://github.com/linux-can/can-utils/issues/27) I got the tips from @marckleinebudde : `The kernel on the macOS doesn't support socketcan. You have to use a linux machine or port socket-can to...

Hello, I have two scripts which run in parallel. One is for sending requests to ECU via cansend command with 20ms delay and another one is candump command to record...

can someone help out with this similiar problem? We have a Nvidia Jetson Nano (UBUNTU 18.04.LTS) connected to a USB-CAN Adapter (Peak). The Adapter is linked via CAN to a...

Im using a Raspberry Pi 4 and the [Waveshare 2Ch CAN Hat](https://www.waveshare.com/2-ch-can-hat.htm) trying to tap into my trucks OBD port. I can wire the can1 (low) to can0 (low) on...

Hi, as per the title would it be possible to use the ELM327 clones together with these tools? As far as i can see the ELM327 is providing a WIFI...

Hello, i'm facing a bit confusing problem with isotp module, First, i used to get the isotp module for CAN communication in an embedded arm target, i have built the...