-
Notifications
You must be signed in to change notification settings - Fork 41
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
CAN trait implementation #72
Comments
That would definitely be interesting! |
Ok I basically created a fork of the socketcan crate, you can find the fork here. Sadly the original crate is no longer maintained but works quite well for me and still sees significant download numbers on crates.io. I reduced the dependencies and removed modules which were not necessary for this use case. A simple example is here. It already works but still needs some minor cleanup. My suggestion would be to move this project/fork copy to the rust-embedded organization and basically move all the code that is currently in the |
hey thanks for your effort! seems like a fundamental crate so if @mbr (cc. @fpagliughi) are up for handing |
(maybe @rust-embedded/embedded-linux ?) |
Seems logical to me as well 👍 |
Ok since there is no response from the socketcan maintainers, how about a new crate name: |
Hey All. Apologies. I agreed to share maintainer responsibilities for the socketcan crate last year, then got pretty sick, missed a few months of work, and let my opensource projects go dormant for a while. But I've been catching up recently, and have a CAN project starting soon, so can begin contributing. |
BTW... I'll have to track down @mbr. I believe he gave me write access to the GitHub repo, but not crates.io... |
I think it would be great to add implementations for the new embedded-hal CAN traits via socketcan. Would you be open for a PR for this?
The text was updated successfully, but these errors were encountered: