Skip to content

Commit 5806689

Browse files
authored
Merge pull request #963 from cedricp/add_dump
add dump snat/dnat - update elm.py referencies
2 parents 9bf60df + 589bb9e commit 5806689

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+226209
-3186
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
DDT4All is tool to create your own ECU parameters screens and connect to a CAN network with a cheap ELM327 interface.
44

55

6-
### NEW: [Wiki Android port](https://github.com/cedricp/ddt4all/wiki/Android-port)
6+
### New Android porting:
7+
- [Wiki Android port](https://github.com/cedricp/ddt4all/wiki/Android-port)
78
- [Base Source Code of apk in gitlab](https://gitlab.com/DrQuark/android_can)
89

910
### Notes:
@@ -20,7 +21,7 @@ Using the application in non expert mode should not be harmful for your vehicle
2021

2122
## `Cloning Source Code`
2223
### `Dependencies :`
23-
![python_3.11.x](icons/py3_engaged.png)
24+
![python_3.11.x](dtt4all_data/icons/py3_engaged.png)
2425
* [Python 3.11](https://www.python.org/downloads/release/python-3110/)
2526
* [PyQt 5](https://pypi.org/project/PyQt5/)
2627
* [pyusb](https://pypi.org/project/pyusb/)
@@ -66,7 +67,7 @@ Get the fully packaged installer here : [Release area](https://github.com/cedric
6667
* Screen recorder (via autorefresh button) and export to CSV format
6768

6869
## How to launch the application ?
69-
* A terminal, type `python main.py`
70+
* A terminal, type `python main.py` (`python3 main.py` in linux/mac)
7071

7172

7273
## Platforms

0 commit comments

Comments
 (0)