can-utils
can-utils copied to clipboard
Linux-CAN / SocketCAN user space applications
Use timespec instead of timeval so timestamp values with nanosecond resolution can be displayed.
Version: 2025.01 As per CMakeLists.txt, cmake installs some header files ``` set(PUBLIC_HEADER_ISOBUSFS isobusfs/isobusfs_cmn.h isobusfs/isobusfs_cmn_cm.h ) set_target_properties(isobusfs PROPERTIES PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}" ) ``` but these are useless in practice because they depend...
The Socket-Can stack sets the `MSG_DONTROUTE` flag when a received frame originates from the local host. For simple, non-segmented, J1939 messages the same is true. When receiving such a message...
I'm not sure, if that is hardware issue or nope. I hope that is not a hardware issue :D In some cases, reboot helps, in some cases `ifconfig can0 down`...
I see that CI is set up to build under ubuntu and debian, but there's no packaging happening for github releases. Maybe we can configure this to build on release.
Hi, I’m running into a timing problem while using MCP2518FD CAN FD controllers on a Raspberry Pi 5. **My setup:** - Raspberry Pi 5 (16 GB RAM, CPU fixed at...