diff --git a/docs/architecture.dot b/docs/architecture.dot index 1225781..2018a7f 100644 --- a/docs/architecture.dot +++ b/docs/architecture.dot @@ -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*"]; @@ -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} } diff --git a/docs/architecture.png b/docs/architecture.png index 9c60cd2..0e4122e 100644 Binary files a/docs/architecture.png and b/docs/architecture.png differ