Skip to content

Releases: rnd-ash/OpenVehicleDiag

Version 1.0.5

15 May 20:13
62f7ff1
Compare
Choose a tag to compare

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

Version 1.0!

21 Apr 09:05
Compare
Choose a tag to compare

Woohoo release version 1.0!

Alpha version 0.5.0

10 Feb 22:28
Compare
Choose a tag to compare
Alpha version 0.5.0 Pre-release
Pre-release

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.