rnd-ash / OpenVehicleDiag

A rust based cross-platform ECU diagnostics and car hacking application, utilizing the passthru protocol
GNU General Public License v3.0
771 stars 89 forks source link

CAN message decoding #23

Open danielkucera opened 3 years ago

danielkucera commented 3 years ago

Is your feature request related to a problem? Please describe. CAN messages are displayed in RAW format

Describe the solution you'd like Possibility to show decoded message in human readable format

There is a database of CAN messages for many different cars here: https://github.com/commaai/opendbc

rnd-ash commented 3 years ago

DBC support is something planned! I agree, it would defiantly be a good idea, and my original plan was to have some kind of interface which allows you to create a DBC file on the fly by tearing apart CAN Frames