12 releases

Uses new Rust 2024

new 0.1.11 May 13, 2025
0.1.10 May 7, 2025
0.1.8 Apr 17, 2025
0.1.4 Mar 28, 2025

#10 in #uds

Download history 373/week @ 2025-03-24 356/week @ 2025-03-31 42/week @ 2025-04-07 165/week @ 2025-04-14 12/week @ 2025-04-21 3/week @ 2025-04-28 243/week @ 2025-05-05

424 downloads per month

MIT/Apache

53KB
925 lines

uds-client-rs

Overview

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.

Features

  • Supports Single Frame (SF), First Frame (FF), Consecutive Frame (CF), and Flow Control (FC) messages.
  • Implements ISO 15765-2 CAN Transport Protocol.
  • Async support using tokio.
  • UDS services such as diagnostic session control, ECU reset, and real-time data requests.

Installation

Add the following to your Cargo.toml:

[dependencies]
uds-client-rs = "0.1"
tokio = { version = "1", features = ["full"] }

Example

To run the example, please follow below commands:

cd examples/usd_client_ui
cargo run --release

License

Licensed under either of:

Dependencies

~8–17MB
~217K SLoC