Skip to content

Converter for Vector CANoe ".dbc" files to json format usable by [canbus-generator](https://github.com/redpesk-common/canbus-generator) and then [canbus-binding](https://github.com/redpesk-common/canbus-binding)

License

Notifications You must be signed in to change notification settings

JIANever404/dbc2json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converter for dbc files for AGL

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

About

Converter for Vector CANoe ".dbc" files to json format usable by [canbus-generator](https://github.com/redpesk-common/canbus-generator) and then [canbus-binding](https://github.com/redpesk-common/canbus-binding)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%