Skip to content

Commit

Permalink
add mermaid for architecture (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored May 13, 2024
1 parent ab0cd0f commit f10710e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ This queries the API of a UniFi controller to get the current status of the Acce

## Overview

![](docs/architecture.png)

```mermaid
graph TD;
A{"*respondd_main*"} -->| | B("*unifi_client*")
A -->| | C("*respondd_client*")
B -->|"RestFul API"| D("unifi_controller")
C -->|"Subscribe"| E("multicast")
C -->|"Send per interval / On multicast request"| F("unicast")
G{"yanic"} -->|"Request metrics"| E
F -->|"Receive"| G
```

## Config File:
```yaml
Expand Down

0 comments on commit f10710e

Please sign in to comment.