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/12/31 08:01] admindoc:dev_roadmap [2014/12/31 08:11] admin
Line 23: Line 23:
  
 <graphviz dot right > <graphviz dot right >
 +
 digraph finite_state_machine { digraph finite_state_machine {
  rankdir=LR;  rankdir=LR;
Line 42: Line 43:
         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];
 +        F16 [ label = "Graphical\nProgramming" fillcolor= white];
  
  
Line 68: Line 71:
         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= white];
 +        T23 [ label = "EEPROM based\nBytecode Interpreter" fillcolor= white];
 +        T24 [ label = "Blockly & luac\nin Javascript" fillcolor= white];
  
  
Line 108: Line 113:
 T21 -> T22 -> F14 T21 -> T22 -> F14
  
 +T23 -> F15
 +
 +T24 -> F16
  
 } }
 +
  
 </graphviz> </graphviz>
doc/dev_roadmap.txt · Last modified: 2015/01/14 17:35 by admin