Script to convert a Vector CANoe ".dbc" file in the right json format for Automotive Grade Linux (AGL), these software is a the moment a feasability study created 16. May 2020 by walzert version 0.1
The python3 requirements are:
- cantools
The software is based on cantools https://github.com/eerimoq/cantools, it converts messages from a dbc file -i (input) and add the dataheader for agl on top of the messages
''python3 dbc2json.py -i FILENAME.dbc'' will create an output with the number of messages in that dbc file and will create a signals.json Launch 'python3 dbc2json -h' to get more details about possibilities.
This project is a fork of https://github.com/walzert/dbc2json