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 revision
Previous revision
doc:dev_roadmap [2014/12/31 08:11] admindoc:dev_roadmap [2015/01/14 17:35] (current) – old revision restored (2014/12/31 08:26) admin
Line 23: Line 23:
  
 <graphviz dot right > <graphviz dot right >
 +
  
 digraph finite_state_machine { digraph finite_state_machine {
Line 39: Line 40:
         F9 [ label = "OOBD\nSatelite" fillcolor= orange];         F9 [ label = "OOBD\nSatelite" fillcolor= orange];
         F10 [ label = "P2P\nSync" fillcolor= orange];         F10 [ label = "P2P\nSync" fillcolor= orange];
-        F11 [ label = "semantic\nWiki" fillcolor= orange];+        F11 [ label = "semantic\nWiki" fillcolor= yellow];
         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];         F14 [ label = "Remote\nConnect" fillcolor= yellow];
-        F15 [ label = "Flashable\nSelf running\nDongle" fillcolor= white]; +        F15 [ label = "Flashable\nSelf running\nDongle" fillcolor= orange]; 
-        F16 [ label = "Graphical\nProgramming" fillcolor= white];+        F16 [ label = "Graphical\nProgramming" fillcolor= yellow];
  
  
Line 60: Line 61:
         T10 [ label = "Flash\nLanguage\nInterpreter" fillcolor= white];         T10 [ label = "Flash\nLanguage\nInterpreter" fillcolor= white];
         T11 [ label = "App\nFW Flash" fillcolor= orange];         T11 [ label = "App\nFW Flash" fillcolor= orange];
-        T12 [ label = "setup\nPlayground" fillcolor= white]; +        T12 [ label = "setup\nPlayground" fillcolor= yellow]; 
-        T13 [ label = "create\nWikiAPI" fillcolor= white]; +        T13 [ label = "create\nWikiAPI" fillcolor= orange]; 
-        T14 [ label = "PGP\nUserGui" fillcolor= white];+        T14 [ label = "PGP\nUserGui" fillcolor= orange];
         T15 [ label = "Chrome\nRemote Connect\nClient" fillcolor= yellow];         T15 [ label = "Chrome\nRemote Connect\nClient" fillcolor= yellow];
-        T16 [ label = "Android\nRemote Connect\nClient" fillcolor= white]; +        T16 [ label = "Android\nRemote Connect\nClient" fillcolor= orange]; 
-        T17 [ label = "new Netbeans\n Java 1.7\nUI" fillcolor= white];+        T17 [ label = "new Netbeans\n Java 1.7\nUI" fillcolor= orange];
         T18 [ label = "HTTPS Clients\n& Server" fillcolor= white];         T18 [ label = "HTTPS Clients\n& Server" fillcolor= white];
         T19 [ label = "GSM Dongle" fillcolor= white];         T19 [ label = "GSM Dongle" fillcolor= white];
-        T20 [ label = "Telnet Support\nfor Server" fillcolor= white];+        T20 [ label = "Telnet Support\nfor Server" fillcolor= yellow];
         T21 [ label = "Bluetooth 4.0\nSupport" fillcolor= white];         T21 [ label = "Bluetooth 4.0\nSupport" fillcolor= white];
-        T22 [ label = "iPhone\nRemote Connect\nClient" fillcolor= white];+        T22 [ label = "iPhone\nRemote Connect\nClient" fillcolor= orange];
         T23 [ label = "EEPROM based\nBytecode Interpreter" fillcolor= white];         T23 [ label = "EEPROM based\nBytecode Interpreter" fillcolor= white];
-        T24 [ label = "Blockly & luac\nin Javascript" fillcolor= white];+        T24 [ label = "Blockly & luac\nin Javascript" fillcolor= yellow]; 
 +        T25 [ label = "VCM hacking" fillcolor= white]; 
 +        T26 [ label = "Wifi Dongle" fillcolor= yellow];
  
  
Line 112: Line 115:
 T19 -> T20 -> F14 T19 -> T20 -> F14
 T21 -> T22 -> F14 T21 -> T22 -> F14
 +T25 -> F14
  
 T23 -> F15 T23 -> F15
Line 117: Line 121:
 T24 -> F16 T24 -> F16
  
 +T26 -> T22
 +T26 -> F9
 } }
- 
  
 </graphviz> </graphviz>
doc/dev_roadmap.1420009879.txt.gz · Last modified: 2014/12/31 08:11 by admin