rnd-ash / ecu_diagnostics

A Rust crate for ECU diagnostic protocols (UDS / KWP)
GNU General Public License v3.0
171 stars 28 forks source link

D-PDU API support (ISO22900-2) #10

Open rnd-ash opened 2 years ago

rnd-ash commented 2 years ago

This is used as another VCI protocol (Similar to J2534-2, but a lot more in-depth)

Use this as a reference for the API's implementation

rnd-ash commented 2 years ago

API definitions ETC will be stored here https://github.com/rnd-ash/dpdu-rust

rnd-ash commented 2 years ago

D-PDU API def is released, this issue will now be worked on