Legende

<graphviz dot right> digraph finite_state_machine { # rankdir=LR; # size=“9,5”

  node [shape=circle style=filled];
  Fn [ label = "Eigenschaft" fillcolor= green];
  node [shape=box style=filled]
Tn [ label = "Arbeitsaufgabe" fillcolor= green];
Tb [ label = "Weiß\nnoch nicht verändert" fillcolor= white];
Tr [ label = "Orange\nKonzept & Studien" fillcolor= orange];
Ty [ label = "Gelb\nTeilentwickelt / Beta" fillcolor= yellow];
Tg [ label = "Grün\nIn Gebrauch" fillcolor= green];

} </graphviz>

Aufgaben

<graphviz dot right > digraph finite_state_machine { # rankdir=LR; # size=“9,5”

      node [shape=circle style=filled];
      F1 [ label = "einfache\nDaten EA" fillcolor= orange];
      F2 [ label = "grundlegende\nFirmware überschreiben" fillcolor= orange];
      F3 [ label = "Windows\nUniversial\nApp" fillcolor= white];
      F4 [ label = "Web-UI" fillcolor= orange];
      F5 [ label = "komplexe\nFirmware" fillcolor= white];
      F6 [ label = "Skript\nBibliothek" fillcolor= white];
      F7 [ label = "App\nLager" fillcolor= white];
      F8 [ label = "Veröffentlichungen" fillcolor= white];
      F9 [ label = "OOBD\nSatelit" fillcolor= orange];
      F10 [ label = "P2P\nSync" fillcolor= orange];
      F11 [ label = "Bedeutung\nWiki" fillcolor= orange];
      F12 [ label = "komplexe\nNutzerhandhabung" fillcolor= white];
      F13 [ label = "automatische\nDiagnose" fillcolor= white];
      node [shape=box style=filled]
T1 [ label = "Dateien\nRoutinen" fillcolor= orange];
T2 [ label = "Buffers" fillcolor= orange];
      T3 [ label = "IKVM\nSchnittstelle" fillcolor= orange];
      T4 [ label = "Skript\nBehälter" fillcolor= orange];
      T5 [ label = "WebSocket\nUI-Interface" fillcolor= orange];
      T6 [ label = "Aufräumen\nSkripte" fillcolor= yellow];
      T7 [ label = "Vereinfachung\nAndroid\nInstallation" fillcolor= orange];
      T8 [ label = "Raspi\nRouter" fillcolor= orange];
      T9 [ label = "WiFi" fillcolor= orange];
      T10 [ label = "Firmware\nLanguage\nInterpreter" fillcolor= white];
      T11 [ label = "App\nFW Flash" fillcolor= orange];
      T12 [ label = "Einstellung\nSpielwiese" fillcolor= white];
      T13 [ label = "erstellen\nWikiAPI" fillcolor= white];
      T14 [ label = "PGP\nNutzerGui" fillcolor= white];

# X → T1 T1 → F1 F1 → T2 T2 → F2 → F5 T10 → F5

T3 → F3

T4 → F4 T5 → F4

T6 → F6 F6 → F7 T7 → F7 F7 → F8

T8 → F9 T9 → F9

F10 → T11

F11 → T12 → T13

T14 → F12

T1 → F13 T13 → F13

F6 → F13 } </graphviz>