You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have ability to use plot in mode to receive live CAN bus data from the hardware.
The simpliest protocol to support it is LAWICEL (AT-command based protocol).
LAWICEL supports in Linux CAN stack (SocketCAN) and in legendary Win soft - CanHacker 2.00.
Another approach to supports live-mode: add ability to receive from IP
I collected some implementation of CAN-over-IP: https://github.com/iDoka/awesome-canbus#can-over-ip
I suppose cannelloni would be reasonable choice to solve it.
Hi and thanks for that great work.
Would be great to have ability to use
plot
in mode to receive live CAN bus data from the hardware.The simpliest protocol to support it is LAWICEL (AT-command based protocol).
LAWICEL supports in Linux CAN stack (SocketCAN) and in legendary Win soft - CanHacker 2.00.
You can find short description of LAWICEL here:
Supports the live-mode indeed important for reverse engineering purposes on vehicle.
Happy hacking!
The text was updated successfully, but these errors were encountered: