You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CANBabel is a conversion tool for CAN database files. It was created because most CAN databases are stored in proprietary formats that are not documented and can not be used for free.
6
+
The open source CAN analysis tool **Kayak** introduced a new and well documented XML based format: KCD (file suffix .kcd). KCD is the acronym for Kayak CAN definition.
7
+
Initially **CANBabel** supported only conversion from the .dbc format to the .kcd format but the goal is to provide a tool that supports many formats.
8
+
9
+
## Supported formats
10
+
Currently the following formats are supported (Read/Write):
11
+
12
+
* Kayak CAN Definition (.kcd) (Read/Write)
13
+
* Vector (.dbc) (Read)
14
+
15
+
## Build instructions
16
+
You will need a current Java JDK and Maven to build **CANBabel**. After cloning the repository just type
17
+
$ mvn clean install
18
+
and maven will fetch all dependencies and build **CANBabel**. You can also just add the repository in your favorite Java IDE as a new _maven project_.
0 commit comments