/autodbconv

Parse and generate code from automotive database files (NCF, LDF, DBC)

Primary LanguageRustApache License 2.0Apache-2.0

autodbconv (Automotive Database Converter)

This project is in very early stages. Everything will change.

Easy to use Rust library for parsing and generating code from automotive database files (NCF, LDF, DBC). Binaries are available for command line usage. Intended for embedded code generation and debugging using tools like JABI.

TODO

  • parser for NCF/DBC
  • generator for native Rust => bind to Dart/Flutter
  • generator for Python
  • generator for Zephyr C++
  • tool for combining NCF and LDF
  • publish to cargo