[ethernet view] v0.1.0 - First H9 release
v0.1.0
This is the first H9 release, it includes the following changes:
- Transport module: better network communications with the vehicle
- New state management library for the frontend
- Logger base subloggers (still to implement, but it is almost there)
Expect some bugs while we find weird bugs the automatic tests didn't cover.
Running
- Download the
ethernet-view.zip
file and extract it where you want. - Execute the corresponding binary based on the OS you have (might require to make the file executable on your machine)
- Navigate to
localhost:4000
(default, this can be changed) - Use the app
- Submit an issue with any problems you have using it ;)
Linux users
All dependencies are statically linked, if you have any troubles running the app submit an issue.
Windows users
You need to install winpcap or npcap. They are also installed with wireshark in case you already have it / want to install it.
MacOS users
You need to instal libpcap
. To do so run in a terminal:
brew install libpcap
Configuration
There are mainly two things you might need to change.
All config is stored in the config.toml
file.
To change the ADE being used modify the config.toml
file and change, under [excel.download]
the id
field. This ID can be found on the URL, for example for this document, the id is 1NyNaAOw_6iWtnCpEg73AtSSFx1fMdhPRmmdOhjgjCZI
.
To change which boards will the backend attempt to connect to change under [vehicle]
the boards
field. The names should match the names on the ADE.