Skip to content

v1.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jglim jglim released this 01 Feb 02:47
· 19 commits to main since this release

What's new in 1.5:

Diagnostics Trouble Codes (DTC) over UDS

  • Displays the DTC's associated environment snapshot
  • Option to clear selected or all non-permanent DTCs
  • Generate and export a DTC report
  • There are a few environment parameters that do not render correctly (known issue)

Metadata Card (UDS)

  • Displays standard diagnostics metadata, including chassis number (current/original), serial number, HW/SW data.
  • Automatically generated and included in reports (VC/DTC)

1.5.1

Significant changes

  • Caesar now supports serialization to an intermediate JSON .json format. The data can optionally be compressed with Deflate (tentatively named "Caesar compressed binary", .ccb), which may be smaller than the original CBF
    • JSON/CCB files are lossy formats, unparsed, unused data are truncated.
    • The format should work for most Diogenes features (VC/DTC) but will not work for CBF specific operations (e.g. permissions patching)
    • The format is currently intended for developer-use at this time
    • Currently, there is no schema definition, versioning or upgrade path.
    • In the future, this is intended as an "unproprietary" sharing format as stock CBF data may have sharing restrictions

intermediate-format

Other changes

  • DTC : Show all DTCs for variant. The grid should allow copy/pasting cleanly into Excel or similar applications for exporting all DTCs.

dtc-viewall