marcelbuesing / can-dbc

Rust dbc parser
MIT License
62 stars 25 forks source link

Can Frame Parsing? #12

Open baxterjo opened 9 months ago

baxterjo commented 9 months ago

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?"

marcelbuesing commented 9 months ago

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?

baxterjo commented 9 months ago

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