cancompare

Handle CAN (Controller Area Network) descriptions - cmdline utilities

Install

All systems
curl cmd.cat/cancompare.sh
Debian Debian
apt-get install canmatrix-utils
Ubuntu
apt-get install canmatrix-utils
image/svg+xml Kali Linux
apt-get install canmatrix-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install canmatrix-utils
Raspbian
apt-get install canmatrix-utils

canmatrix-utils

Handle CAN (Controller Area Network) descriptions - cmdline utilities

Canmatrix implements a "Python CAN Matrix Object" which describes the CAN-communication itself and some auxiliary objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes two Tools (canconvert and cancompare) for converting and comparing CAN databases. There are also some extract and merge options for dealing with CAN databases. Supported file formats for import: * .dbc candb / Vector * .dbf Busmaster (open source!) * .kcd kayak (open source!) * .arxml autosar system description * .yaml dump of the Python object * .xls(x) excel xls-import, works with .xls-file generated by this lib * .sym peak pcan can description Supported file formats for export: * .dbc * .dbf * .kcd * .xls(x) * .json Canard (open source!) * .arxml (very basic implementation) * .yaml (dump of the Python object) * .sym This package provides the cmdline tools.