Difference between revisions of "Rc-dukes"
Jump to navigation
Jump to search
Line 74: | Line 74: | ||
<graphviz > | <graphviz > | ||
digraph VertX { | digraph VertX { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
subgraph cluster_car { | subgraph cluster_car { | ||
label="Car" | label="Car" | ||
Line 88: | Line 82: | ||
URL="https://en.wikipedia.org/wiki/Bo_Duke" | URL="https://en.wikipedia.org/wiki/Bo_Duke" | ||
] | ] | ||
+ | watchdog [ | ||
+ | label="watchdog - FLASH" | ||
+ | image="Flash.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Flash" | ||
+ | ] | ||
} | } | ||
subgraph cluster_laptop { | subgraph cluster_laptop { | ||
label="Laptop" | label="Laptop" | ||
+ | action [ | ||
+ | label="action - LUKE" | ||
+ | image="Luke.png" | ||
+ | fontcolor=white | ||
+ | URL="https://en.wikipedia.org/wiki/Luke_Duke" | ||
+ | ] | ||
app [ | app [ | ||
label="app - Uncle Jesse" | label="app - Uncle Jesse" | ||
Line 98: | Line 104: | ||
URL="https://en.wikipedia.org/wiki/The_Dukes_of_Hazzard#Jesse" | URL="https://en.wikipedia.org/wiki/The_Dukes_of_Hazzard#Jesse" | ||
] | ] | ||
+ | cameramatrix [ | ||
+ | label="camera-matrix - COOTER" | ||
+ | image="Cooter.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Cooter_Davenport_(Ben_Jones)" | ||
+ | ] | ||
+ | detect [ | ||
+ | label="detect - DAISY" | ||
+ | image="Daisy.png" | ||
+ | fontcolor=white | ||
+ | URL="https://en.wikipedia.org/wiki/Daisy_Duke" | ||
+ | ] | ||
+ | geometry [ | ||
+ | label="geometry - ENOS" | ||
+ | image="Enos.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Enos_Strate_(Sonny_Shroyer)" | ||
+ | ] | ||
+ | roi [ | ||
+ | label="roi - CLETUS" | ||
+ | image="Cletus.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Cletus_Hogg" | ||
+ | ] | ||
+ | imageview [ | ||
+ | label="imageview - ROSCO" | ||
+ | image="Rosco.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Rosco_Purvis_Coltrane_(James_Best)" | ||
+ | ] | ||
+ | server [ | ||
+ | label="server - BOARS_NEST" | ||
+ | image="BoarsNest.png" | ||
+ | fontcolor=white | ||
+ | URL="https://en.wikipedia.org/wiki/Boar%27s_Nest" | ||
+ | ] | ||
+ | } | ||
+ | subgraph cluster_tablet { | ||
+ | webcontrol [ | ||
+ | label="webcontrol - BOSS_HOGG" | ||
+ | image="BossHogg.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Boss_Hogg_(Sorrell_Booke)" | ||
+ | ] | ||
+ | |||
} | } | ||
− | + | ||
− | + | detect -> car [ label="http" ] | |
− | + | webcontrol -> imageview [ label="http" ] | |
− | |||
− | |||
− | |||
− | |||
− | |||
webcontrol -> car [ label="http" ] | webcontrol -> car [ label="http" ] | ||
+ | webcontrol -> watchdog [ label="vert.x" ] | ||
} | } | ||
</graphviz> | </graphviz> |