canparse icon indicating copy to clipboard operation
canparse copied to clipboard

Support for multiplexed signals and enumeration types

Open 42niks opened this issue 3 years ago • 5 comments

@jmagnuson Do you plan on implementing support for multiplexed signals and enumeration types?

42niks avatar May 16 '22 07:05 42niks

We are using canparse in our IoT Backend with a few automotive clients and the lack of enumeration and multiplexed signals is blocking us. I can give a shot at contributing this feature but need some direction from you in terms of overall design and what is required to get this done.

42niks avatar May 16 '22 09:05 42niks

I am also missing the enumeration type feature. Would be nice if you can add this @42niks or did you find another solution in Rust?

wallem89 avatar Mar 24 '23 11:03 wallem89

Oh we are using python now :p there's a library cantools written in python and it has all features.

42niks avatar Mar 24 '23 11:03 42niks

@42niks Yes I know this one and using it for years. But I want to make something more embedded and learn more Rust on the way so therefore looking for a Rust alternative because I don't want to parse the DBC file myself

wallem89 avatar Mar 24 '23 11:03 wallem89

These would be nice features to add-- they should be pretty compatible with how things are currently modeled, but unfortunately I don't have the bandwidth at the moment. I hope to have some free time for dev later in the summer, but would definitely expedite reviewing a PR.

jmagnuson avatar May 25 '23 12:05 jmagnuson