marcelbuesing / can-dbc

Rust dbc parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Frame Parsing?

baxterjo opened this issue · comments

Are there any plans to add CAN frame parsing to this crate? Maybe something similar to your CANutils CLI but for use as a library? I'm happy to help with this feature so this question is partially "where should it live?"

Hi I assume dbc-codegen is not what you were looking for right? That would allow you to do generate the parsers before compile time. But I assume you want to basically read the dbc at runtime?

Yea reading the DBC at runtime is a strict requirement for this one.