can-utils
can-utils copied to clipboard
Linux-CAN / SocketCAN user space applications
Many Debian packages are pretty out of date. How can we get them updated? Is this something I can seek or is this on maintainer if they so desire?
resolves #267 1. Treats sighup as signal to close and reopen log file 2. Candump only supports autogenerated log file name by default. For use with logrotation daemon it expects...
i've recently noticed that cansniffer is freezing for a few seconds after adding or removing frames using a bitmask. (+500700) or (-1237FF), etc.
after going through [this](https://www.reddit.com/r/CarHacking/comments/ot3gjf/socketcancanutils_on_windows/) (https://www.reddit.com/r/CarHacking/comments/ot3gjf/socketcancanutils_on_windows/) guide on reddit I am able to run sudo modprobe vcan but ip link add dev vcan0 type vcan returns an error: unknown device type......
Hi everyone, I've been using can for over a year, but now it stopped working. My setup is a raspberry pi 3B+ with [pican2](http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html) and EPOS2 70/10 for a maxon...
I own a [waveshare CAN HAT](https://thepihut.com/products/rs485-can-hat-for-raspberry-pi) on a raspberry zero. I need to read data broadcasted by a BMS ([CAN doc here](https://www.zeva.com.au/Products/datasheets/BMS16v2_CAN_Protocol.pdf)). The manufacturer told me "All data gets sent...
Hi, I am using the `cansend` command and it works correctly the first time that I execute it, but if I want send several messages it doesn't works. For example...
This is quite similar to the situation found earlier for ISO-TP sockets. If there is an attempt to read from an unbound socket, then the call will be blocked indefinitely...
We are using candump to log CAN traffic on standalone devices. The log file grows fast. We suggest log file splitting. It could be helpful in some cases like in...
Close all can socket and send "FYI" to tcp client when the tcp client disconnected. Signed-off-by: qianfan Zhao