Skip to content

Commit

Permalink
+ added uml part in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rascafr committed Sep 2, 2019
1 parent 159e03b commit 4d1e7fd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This is a quick Node.js project developped to demonstrate how to parse communica

- Decoding address ✅
- Read ASCI formatted logs ✅
- Decoding commands and arguments meanings 🔜
- Decoding commands and arguments meanings
- Read pure hexfiles logs ✅
- Group dataframes together
- Display visual frame transaction sequences 🔜
- Display visual frame transaction sequences
- ...
- Elon Musk on Mars

Expand All @@ -37,6 +37,25 @@ npm start
npm run dev
```

## UML

PlantUML sequence diagram can be generated using this tool.

You need to download the [PlantUML jar executable](http:https://sourceforge.net/projects/plantuml/files/plantuml.jar/download) on your machine.

Then, just set the environment variables `PLANTUML_JAR` as the path of the executable.

**Example:** (MacOS / Linux)

```bash
export PLANTUML_JAR="~/Documents/plantuml.jar"
```

The generated file will look like:

![](res/uml.png)


## Getting new logs

Use a serial-USB adapter, and use the following settings:
Expand Down
Binary file added res/uml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d1e7fd

Please sign in to comment.