OpenVehicleDiag Versions Save

A rust based cross-platform ECU diagnostics and car hacking application, utilizing the passthru protocol

v1.0.5

3 years ago

This is a minor update, with a few changes and bug fixes:

  1. Ability for application crashes to be logged to a file, with a dialog presented to the user
  2. Improved CAN Tracer. Can now toggle between 29/11bit CAN ID Addressing, and select baud rate
  3. Re-worked communication API, should help with some crashes

The re-worked communication API is a necessary addition for adding other communication protocols such as ISO9141 and J1850. This will be added later to OpenVehicleDiag. The necessary addition was the Interface abstraction layer (See below). TLDR; this allows the diagnostic servers to send the same data, and for this abstraction layer to convert to protocol specific payloads for transmitting to a vehicle: image

v1.0.0

3 years ago

Woohoo release version 1.0!

v0.5.0

3 years ago

This is the first alpha build of OVD! - OSX users, you will have to compile from source unfortunately - I don't have a machine to compile OSX executables.

What works?

  • Custom JSON Session
  • KWP2000 session
  • Diagnostic scanner (Automatic ISO-TP scanning)
  • OBD-II over CAN
  • CAN Analyzer
  • Passthru (J2534) API

What doesn't work

  • UDS Session
  • KWP2000 session
  • You tell me

Bugs

  • Please report any user UI bugs or session issues via Github tickets.