Skip to content

Commit

Permalink
Merge pull request #963 from cedricp/add_dump
Browse files Browse the repository at this point in the history
add dump snat/dnat - update elm.py referencies
  • Loading branch information
Furtif committed Dec 22, 2023
2 parents 9bf60df + 589bb9e commit 5806689
Show file tree
Hide file tree
Showing 69 changed files with 226,209 additions and 3,186 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
DDT4All is tool to create your own ECU parameters screens and connect to a CAN network with a cheap ELM327 interface.


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

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

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

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


## Platforms
Expand Down

0 comments on commit 5806689

Please sign in to comment.