Crates.io | dpdu-rust |
lib.rs | dpdu-rust |
version | 0.8.6 |
source | src |
created_at | 2022-05-18 07:41:01.193124 |
updated_at | 2022-05-26 07:52:27.861673 |
description | An implementation of the core D-PDU (ISO22900-2) library in Rust |
homepage | |
repository | https://github.com/rnd-ash/dpdu-rust |
max_upload_size | |
id | 588821 |
size | 43,277 |
An implementation of the core D-PDU (ISO 22900-2) library in Rust
ISO 22900-2 is a protocol standard for VCI (Vehicle communication interfaces) that allows for communicating with ECUs in a vehicle from an application using this API as an abstraction layer.
Similarly to J2534-rust, this crate contains just the core definitions of the API (Core functions, error types, structures and enum values), therefore, it has to be incorporated in a wrapper library in order to get the API to actually work. For an example of such library, check the rust ecu_diagnostics crate (TBA)
Note that the function and other definition names have been renamed slightly to match the Rust naming convention.