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
1657 5738 d 6 h runge /trunk/PcSoftware/Atom1.5/ Added some color to the logging
Created a new plugin Node
It is now possible to list modules, list nodes, and reset nodes via atomic
Some more minor fixes and stuff done
 
1646 5751 d 4 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
 
1644 5756 d 9 h runge /trunk/PcSoftware/Atom1.5/ Have started to implement new javascript, dimmer and irout are okay and working, everything else needs to be changed  
1642 5759 d 4 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
 
1633 5763 d 8 h runge /trunk/PcSoftware/Atom1.5/src/ Commit in preperation to move some files around  
1627 5764 d 4 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  
1619 5767 d 4 h runge /trunk/PcSoftware/Atom1.5/ Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript
 
1614 5772 d 4 h runge /trunk/PcSoftware/Atom1.5/ Now alias exists for modules, test implementation for dimmers, there is much work left to make this flexible  
1607 5778 d 5 h runge /trunk/PcSoftware/Atom1.5/ Added support for legacy scripts, it is not 100% yet, missing functionality is socket support.  
1604 5778 d 9 h runge /trunk/PcSoftware/Atom1.5/ Changes  
1602 5781 d 9 h runge /trunk/PcSoftware/Atom1.5/ Added new vm plugin
- module: enables sending messages and receiving messages from modules as well as events on if the module is available or not
Changed the name of the binary from atom to atomd to better reflect that it is supposed to be used as a daemon
 
1601 5781 d 13 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 5782 d 6 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
 
1598 5782 d 8 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