jmagnuson / canparse

A CAN signal and definition parser
Apache License 2.0
68 stars 20 forks source link

canmatrix is written in Python, but libcanardbc is in C++ #3

Closed ArcolaJasper closed 6 years ago

ArcolaJasper commented 6 years ago

Hi,

I looked on crates.io for something like this a few days ago and didn't see anything (I need to parse signals out of can frames). So i started writing something this evening and then found yours a few hours later!

So thanks for writing this, will be v. useful.

P.S. I'll put together some more test cases with data from some of the things we deal with.

We have 2's complement 12 bit values in some frames :roll_eyes:

jmagnuson commented 6 years ago

Definitely, please do! My original use-case was fairly straight-forward, but it would be great if this library could serve a more general purpose.