Overview
DoCAN(Diagnostic Communication over Controller Area Network) is a specialized protocol used primarily in automotive and industrial settings.
The driver must implement the CanDriver trait defined in rs-can.
The Server example
server_xxx
The client examples
client_xxx
Prerequisites
- Rust 1.70 or higher
- Cargo (included with Rust)
Contributing
We're always looking for users who have thoughts on how to make docan better, or users with
interesting use cases. Of course, we're also happy to accept code contributions for outstanding
feature requests!