Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1627 5770 d 19 h runge /trunk/PcSoftware/Atom1.5/src/ Created a big state machine to keep track of the nodes, there are todos for programming still but the main logic is there, missing some timeout guards also  
1606 5785 d 0 h runge /trunk/PcSoftware/Atom1.5/src/ More fixes for problems found by arune  
1601 5788 d 4 h runge /trunk/PcSoftware/Atom1.5/ Created a virtual machine running using google v8
Uses a plugin architecture for exposing functionality to vm in a modular way
Current plugins are
- system: handles logging, system calls, loading of scripts
- timer: handles timeouts and intervals
More other random fixes
 
1598 5788 d 23 h runge /trunk/PcSoftware/Atom1.5/ Encoding and decoding of can messages is now almost complete, missing some encoding of a couple of datatypes
Created a can manager which keeps track of nodes and modules, this was implemented in javascript previously
More general fixes and refinements