Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1989 5225 d 2 h runge /trunk/PcSoftware/Atom1.5/ Removed some debug printouts
Added functionallity to download protocol xml from the web, write the url in the config file instead of a local file path
The downloading seems a little slow which I can not explain, but since it is only at startup it should not be a big issue right now
 
1914 5322 d 1 h linlun /trunk/PcSoftware/Atom1.5/src/ Fixed some warnings in atom1.5, added canDaemon emulator  
1601 5781 d 8 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
 
1596 5784 d 23 h runge /trunk/PcSoftware/Atom1.5/ Added protocol parsing from the xml file, added communication with eth node or serial node, added decoding of can message, added classes for byte and bit handling, added monitor class like the old candebug, other fixes