User Tools

Site Tools


doc:dev_roadmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:dev_roadmap [2014/11/23 20:38] wsauerdoc:dev_roadmap [2014/12/31 08:01] admin
Line 24: Line 24:
 <graphviz dot right > <graphviz dot right >
 digraph finite_state_machine { digraph finite_state_machine {
-# rankdir=LR;+ rankdir=LR;
 # size="9,5" # size="9,5"
         node [shape=circle style=filled];         node [shape=circle style=filled];
Line 41: Line 41:
         F12 [ label = "complex\nUserhandling" fillcolor= white];         F12 [ label = "complex\nUserhandling" fillcolor= white];
         F13 [ label = "automatic\nDiagnostics" fillcolor= white];         F13 [ label = "automatic\nDiagnostics" fillcolor= white];
 +        F14 [ label = "Remote\nConnect" fillcolor= yellow];
  
  
Line 59: Line 60:
         T13 [ label = "create\nWikiAPI" fillcolor= white];         T13 [ label = "create\nWikiAPI" fillcolor= white];
         T14 [ label = "PGP\nUserGui" fillcolor= white];         T14 [ label = "PGP\nUserGui" fillcolor= white];
 +        T15 [ label = "Chrome\nRemote Connect\nClient" fillcolor= yellow];
 +        T16 [ label = "Android\nRemote Connect\nClient" fillcolor= white];
 +        T17 [ label = "new Netbeans\n Java 1.7\nUI" fillcolor= white];
 +        T18 [ label = "HTTPS Clients\n& Server" fillcolor= white];
 +        T19 [ label = "GSM Dongle" fillcolor= white];
 +        T20 [ label = "Telnet Support\nfor Server" fillcolor= white];
 +        T21 [ label = "Bluetooth 4.0\nSupport" fillcolor= white];
 +        T22 [ label = "iPhone\nRemote Connect\nClient" fillcolor= white];
  
  
Line 91: Line 100:
  
 F6 -> F13 F6 -> F13
 +
 +T15 -> F14
 +T16 -> F14
 +T17 -> F14
 +T18 -> F14
 +T19 -> T20 -> F14
 +T21 -> T22 -> F14
 +
 +
 } }
 +
 </graphviz> </graphviz>
doc/dev_roadmap.txt · Last modified: 2015/01/14 17:35 by admin