uds-client

Crates.iouds-client
lib.rsuds-client
version0.1.11
created_at2025-03-25 03:21:14.941563+00
updated_at2025-05-13 03:21:53.440809+00
descriptionUDS client crate in Rust
homepage
repositoryhttps://github.com/TuEmb/uds-client-rs.git
max_upload_size
id1604670
size87,208
Tu Nguyen (TuEmb)

documentation

README

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:

Commit count: 0

cargo fmt