Difference between revisions of "Rc-dukes"

From BITPlan Wiki
Jump to navigation Jump to search
Line 74: Line 74:
 
<graphviz >
 
<graphviz >
 
digraph VertX {  
 
digraph VertX {  
  action      [ 
 
                  label="action - Luke"         
 
                  image="Luke.png"     
 
                  fontcolor=white
 
                  URL="https://en.wikipedia.org/wiki/Luke_Duke"
 
              ]
 
 
   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)"
 +
                ]
 +
 
   }
 
   }
 
+
   
  cameramatrix [ label="camera-matrix - Cooter" image="Cooter.png"    fontcolor=white ]
+
   detect -> car [ label="http" ]
   detect      [  label="detect - Daisy"        image="Daisy.png"      fontcolor=white ]
+
   webcontrol -> imageview [ label="http" ]  
  imageview    [ label="imageview - Rosco"      image="Rosco.png"      fontcolor=white ]
 
   roi          [  label="roi - Cletus"          image="Cletus.png"    fontcolor=white ]
 
  server      [ label="server - Boars Nest"    image="BoarsNest.png" fontcolor=white ]
 
  watchDog    [  label="watchdog - Flash"      image="Flash.png"      fontcolor=white ]
 
  webcontrol  [  label="webcontrol - Boss Hogg" image="BossHogg.png"  fontcolor=white ]
 
 
   webcontrol -> car [ label="http" ]
 
   webcontrol -> car [ label="http" ]
 +
  webcontrol -> watchdog [ label="vert.x" ]
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 08:20, 8 January 2020

Characters

Messages

Table

# module DukesVerticle Character tests Messages
1 action Luke.png Luke
2 app Unclejesse.png Uncle Jesse
3 car Bo.png Bo
4 camera-matrix Cooter.png Cooter
5 detect Daisy.png Daisy
6 geometry Enos.png Enos
7 imageview Rosco.png Rosco
8 roi Cletus.png Cletus
9 server BoarsNest.png {{Done} Boars Nest
10 watchdog Flash.png Flash
11 webcontrol BossHogg.png Boss Hogg