Skip to content

[ethernet view] v0.1.0 - First H9 release

Compare
Choose a tag to compare
@jmaralo jmaralo released this 06 Dec 12:17
· 710 commits to main since this 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

  1. Download the ethernet-view.zip file and extract it where you want.
  2. Execute the corresponding binary based on the OS you have (might require to make the file executable on your machine)
  3. Navigate to localhost:4000 (default, this can be changed)
  4. Use the app
  5. 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.