| Crates.io | uds-client |
| lib.rs | uds-client |
| version | 0.1.11 |
| created_at | 2025-03-25 03:21:14.941563+00 |
| updated_at | 2025-05-13 03:21:53.440809+00 |
| description | UDS client crate in Rust |
| homepage | |
| repository | https://github.com/TuEmb/uds-client-rs.git |
| max_upload_size | |
| id | 1604670 |
| size | 87,208 |
uds-client-rs is a Rust library for handling UDS (Unified Diagnostic Services) communication over CAN, implementing ISO 14229. It enables interaction with ECUs (Electronic Control Units) in automotive applications.
tokio.Add the following to your Cargo.toml:
[dependencies]
uds-client-rs = "0.1"
tokio = { version = "1", features = ["full"] }
To run the example, please follow below commands:
cd examples/usd_client_ui
cargo run --release
Licensed under either of: