Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1646 5752 d 11 h runge /trunk/PcSoftware/Atom1.5/ JS changes
It is not possible to set alarms with a data and time string in addition to a simple timeout
Some other small fixes
 
1642 5760 d 11 h runge /trunk/PcSoftware/Atom1.5/ Moved some files around for better structure
Implemented a new state machine for nodes
Nativ support for programming bios and application
 
1619 5768 d 11 h runge /trunk/PcSoftware/Atom1.5/ Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript
 
1609 5776 d 16 h runge /trunk/PcSoftware/Atom1.5/ Dimmer commands now exposed to the atomic interface, with autocompletion of parameters!  
1601 5782 d 20 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
 
1599 5783 d 13 h runge /trunk/PcSoftware/Atom1.5/src/ Fixed daemon mode, fixed so shutdown is done correctly without errors and hanging
Some other minor fixes in various places
 
1596 5786 d 11 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  
1594 5789 d 23 h runge /trunk/PcSoftware/Atom1.5/ Added classes for logging, configuration via file or command line
Also added a default configuration file
Some small changes to the network classes