Project: canmatrix

Project Details

Latest version
1.0
Home Page
http://github.com/ebroecker/canmatrix
PyPI Page
https://pypi.org/project/canmatrix/

Project Popularity

PageRank
0.0017317581393886828
Number of downloads
91979

Canmatrix implements a "Python Can Matrix Object" which describes the can-communication and the needed 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

        .xml (fibex)

        .ldf (lin bus) 

        .odx (diagnostic file)

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

        .xml (fibex)

        .lua (wireshark script)

        .scapy