Skip to content

Commit

Permalink
Ready V1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Apr 21, 2021
1 parent 2a9ff7d commit 8cf2d5c
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 24 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The idea is to make diagnosing and exploring your cars diagnostics functions pos
This is for my University FYP for my degree at the University of Reading

### Latest release
[Version 0.5.0 (10/02/21)](https://github.com/rnd-ash/OpenVehicleDiag/releases/tag/v0.5.0)
[Version 1.0.0 (21/04/21)](https://github.com/rnd-ash/OpenVehicleDiag/releases/tag/v1.0.0)

## Youtube video playlist
Videos showing OpenVehicleDiag in use and its development progress can be found [here](https://youtube.com/playlist?list=PLxrw-4Vt7xtty50LmMoLXN2iKiUknbMng)
Expand All @@ -28,25 +28,3 @@ Parses Mercedes SMR Files into JSON (**DOES NOT FUNCTION FULLY**)

### Common
Common library for both parser and GUI Application

## Project feature checklists - Current status (90%)
Features marked with '(**WIP**)' are actively being developed!
### Reverse engineering framework
- [x] Define a schema in JSON for others to follow
- [x] User guide on how to write a custom parser for an OEM's Database file
- [x] Reverse engineering note on MB CBF
### Diagnostic application
- [x] J2534-2 API
- [x] Packet tracing support
- [ ] Support K-Line
- [x] Support CAN
- [x] Send and receive custom UDS Commands
- [x] Realtime performance data viewer for certain views
- [x] DTC View and clearer
### Macchina J2534 driver
- [x] Support J2534-2 API Passthru functions
- [x] packet Logger
- [ ] ISO9141
- [ ] ISO14230 (KWP2000)
- [x] CAN
- [x] ISO15765 (ISO-TP)
2 changes: 1 addition & 1 deletion app_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvehiclediag"
version = "0.6.0"
version = "1.0.0"
description = "pen Vehicle Diagnostics (OVD) is a Rust-based open source vehicle ECU diagnostic platform."
edition = "2018"
[package.metadata.bundle]
Expand Down
Binary file removed app_rust/screenshots/can_scanner.png
Binary file not shown.
Binary file added app_rust/screenshots/can_scanner\.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/diag_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app_rust/screenshots/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/json_session_cmds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/json_session_dtcs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/json_session_ecu_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/json_session_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_rust/screenshots/obd_toolbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cf2d5c

Please sign in to comment.