Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dump snat/dnat - update elm.py referencies #963

Merged
merged 23 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading