Skip to content

Commit

Permalink
Create FlockOfParrots.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brothercorvo authored Aug 22, 2024
1 parent 455bbb5 commit 13541e0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/About/architecture/FlockOfParrots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Flock of Parrots Concept
``` mermaid
graph TD;
MasterParrot --> FTS1;
MasterParrot --> FTS2;
TAK_client_9 --> FTS2;
TAK_client_2 --> FTS1;
TAK_client_3 --> FTS1;
TAK_client_1 --> FTS1;
TAK_client_4 --> FTS2;
TAK_client_6 --> FTS2;
TAK_client_5 --> FTS2;
FTS1 --> TAK_client_3;
FTS1 --> TAK_client_2;
FTS1 --> TAK_client_1;
FTS2 --> TAK_client_4;
FTS2 --> TAK_client_6;
FTS2 --> TAK_client_5;
FTS2 --> TAK_client_9;
```


0 comments on commit 13541e0

Please sign in to comment.