Skip to content

Commit

Permalink
Add sequence diagram
Browse files Browse the repository at this point in the history
Add sequence diagram of how it works to readme and architecture
  • Loading branch information
prairir committed Nov 25, 2021
1 parent 1a0583f commit c586fe0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ If you want to familiarize yourself with the code base and *generally* how it wo
## High Level TLDR
<DESCRIPTION>

## Sequence Diagram

[Sequence Diagram](pictures/imacry_sequence_diagram.png)

## Code Map

#### Code Map Legend
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,17 @@ and then to run
docker run -it imacry-run:latest /bin/bash
```

## Command & Control Server
You can checkout the cc servers README at `./cc-server/README`

## Contributing
You can read all about contributing to this project in `CONTRIBUTING.md`

## Architecture
You can read about it in `ARCHITECTURE.md`

## State and Communication Sequence

[Sequence Diagram](pictures/imacry_sequence_diagram.png)


Binary file added pictures/imacry_sequence_diagram.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 c586fe0

Please sign in to comment.