# docan-rs **Repository Path**: blockish/docan-rs ## Basic Information - **Project Name**: docan-rs - **Description**: DoCAN实现-rust - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-15 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Latest version](https://img.shields.io/crates/v/docan.svg)](https://crates.io/crates/docan) [![Documentation](https://docs.rs/docan/badge.svg)](https://docs.rs/docan) ![LGPL](https://img.shields.io/badge/license-LGPL-green.svg) ![MIT](https://img.shields.io/badge/license-MIT-yellow.svg) ## 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`](https://crates.io/crates/rs-can). ##### [The Server example](examples) server_xxx #### [The client examples](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!