Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx committed Jan 5, 2022
1 parent b192171 commit 6ef4c6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docs/architecture.dot
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ digraph G {
fontsize = 20;
}

subgraph yanic {
style=filled;
color=lightgrey;
style="dotted"
node [style=filled,color="#d8b365"];
yanic [label="*yanic*"];
fontsize = 20;
}

subgraph respondd {
subgraph respondd {
node [style=filled,color="#f5f5f5"];
style="dotted"
respondd [label="*respondd_main*"];
Expand All @@ -52,7 +43,8 @@ digraph G {
respondd_client -> unicast [label="Send per interval"];
unicast -> yanic [label="Receive"]
multicast -> yanic [label="Request metrics"]

respondd -> respondd_client
respondd -> unifi_client
{rank=same unifi_controller multicast unicast}
{rank=same unifi_client respondd_client}
}
Binary file modified docs/architecture.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 6ef4c6f

Please sign in to comment.