-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiplexed signals and enumeration types #31
Comments
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. |
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? |
Oh we are using python now :p there's a library cantools written in python and it has all features. |
@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 |
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 Do you plan on implementing support for multiplexed signals and enumeration types?
The text was updated successfully, but these errors were encountered: