/coderdbc

CAN Matrix source code generator

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Common information

CoderDbc is the core software of the coderdbc.com web service.

CoderDbc performs dbc-file parsing, content analyzing and a generation source code based on the configuration.

CoderDbc is a .Net class library project, to use it you need to add reference to your own project

  • Example of generation script : \Docs\Example\Generation App\Program.cs

  • Example of using generated dbc source files : \Docs\Example\C files project