Free Can Dbc File Viewer
Is there any reader to read the data in a.dbc(CANdbc) file? The file is in text format which can be opened in CANDB++ editor only. I want to export these data into an excel. Searched everywhere,did not happen to find an answer. Hi I need urgently to read dbc file, but I can't open it and I. Free downloads. If so try Dbf Viewer a small and compact reader for DBC and DBF.
Overview
libcanardbc is a partial fork of cantools.sourceforge.net from rev47 (SVN).This fork has been made to remove dependencies on hdf5 and matio, and tofix compilation issues on Mac OS X in libdbc.
Only the DBC parser/lexer and associated library has been kept from theoriginal project.
The original cantools project is licensed under GPLv3, this means you can't linkthe libraries of this project with a proprietary tool. This choice has been madeon purpose by Andreas Heitmann and so this fork inherits of the license.
Installation
Can Dbc File Format
You will only need to install:
- automake
- autoconf
- libtool
- flex
- bison
- json-glib-1.0 (on Debian/Ubuntu: libjson-glib-dev; on other OSes probably asimilar name)
and a C compiler (gcc or clang) to compile the library.
To install, just run the usual dance, ./configure && make install
. Run./autogen.sh
first to generate the configure
script if required.
Tools
The directory tools
contains several tools related to libcanardbc:
Can Dbc File Viewer
dbc2json converts a DBC file to a JSON file. It's up to you to adapt it toyour needs. This program is linked to libcanardbc so it is licensed underGPLv3.
json2html renders a JSON file (DBC) to an HTML page. This program isdistributed under BSD 3-Clause license.
Another project named caneton usesthe generated JSON file of DBC to decode CAN messages.
DBC format
The syntax of signals in DBC file is:
From Mutex: