Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored May 14, 2024
1 parent 3bb0b21 commit 8d1243f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@
This queries the API of a Omada controller to get the current status of the Accesspoints and sends the information via the respondd protocol. Thus it can be picked up by `yanic` and other respondd queriers.

## Overview

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

0 comments on commit 8d1243f

Please sign in to comment.