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
1642 5767 d 23 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
 
1625 5774 d 0 h runge /trunk/PcSoftware/Atom1.5/ Moved some things around in js.
Made the VM plugins all execute code in the VM thread which will improve safety and hopefully make it crash less
 
1624 5774 d 4 h runge /trunk/PcSoftware/Atom1.5/ Fixed irrecord, should now work. Added a new remote Yamaha_RAV34 and created a new command irsend which autocompletes module aliases, remotes and the based on the remote the available buttons  
1620 5775 d 0 h runge /trunk/PcSoftware/Atom1.5/ Created a nice atomic function, irrecord, to record a remote and name buttons. Have started to record Leadtek_PVR2000 to test it.  
1619 5775 d 23 h runge /trunk/PcSoftware/Atom1.5/ Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript
 
1614 5780 d 23 h runge /trunk/PcSoftware/Atom1.5/ Now alias exists for modules, test implementation for dimmers, there is much work left to make this flexible  
1610 5783 d 8 h runge /trunk/PcSoftware/Atom1.5/ More bugfixes and support for LCD  
1609 5784 d 4 h runge /trunk/PcSoftware/Atom1.5/ Dimmer commands now exposed to the atomic interface, with autocompletion of parameters!  
1608 5784 d 8 h runge /trunk/PcSoftware/Atom1.5/ There is now a console client application with autocomplete to execute commands, commands have to be registered in the vm environment, there will be support for autocompleting arguments as well but it is not done yet  
1607 5787 d 0 h runge /trunk/PcSoftware/Atom1.5/ Added support for legacy scripts, it is not 100% yet, missing functionality is socket support.  
1604 5787 d 4 h runge /trunk/PcSoftware/Atom1.5/ Changes  
1603 5789 d 23 h runge /trunk/PcSoftware/Atom1.5/ Have created basic implementations of javascript for a few modules  
1602 5790 d 4 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 5790 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