Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Updated intro in README
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 9, 2020
1 parent fd9e1e3 commit 8a3ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ECU Simulator

This Python tool simulates some vehicle diagnostic services. It can be used to test OBD-II dongles, or tester devices that support OBD-II or UDS (ISO 14229) running on top of the ISO-TP (ISO 15765-4) protocol.
This Python tool simulates some vehicle diagnostic services. It can be used to test OBD-II dongles or tester devices that support the UDS (ISO 14229) and ISO-TP (ISO 15765-2) protocols.

This tool does NOT implement the ISO-TP protocol. It just simulates a couple of OBD and UDS services. The simulation consists in receiving a diagnostic request (e.g., get DTCs), and responding to it according to the protocol specifications. The data of some responses (e.g., VIN) must be defined in the `ecu_config.json` file.

Expand Down

0 comments on commit 8a3ee31

Please sign in to comment.