can-isotp
can-isotp copied to clipboard
Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol PLEASE NOTE: This module is part of the mainline Linux kernel since version 5.10
In the `main()`, I'm opening a can-isotp socket, and I perform `write()` operation on it. This part is working, the expected CAN frames are sent on the bus. Now, I'm...
I am on ubuntu 18.04 and can-isotp did not work unless I also ran `sudo depmod -a` after installing. You may want to add this step to the installation instructions....
I followed the instructions to install the module, in which I get a warning and the module isn't installed. I am on a beagle bone black with kernel 4.19.24-ti-r10 this...
I'm trying to figure out a clean way to detect if can-isotp is installed before trying to use it (and potentially getting an error that is not clear if it...