Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1380 6181 d 15 h linlun /trunk/ Alot och changes to Atom, data.xml and js  
1378 6190 d 19 h arune /trunk/PcSoftware/Atom/Services/System/ canmessage.js: changed base64-encoding to not modify internal data, only encode when send canmessage  
1229 6317 d 7 h arune /trunk/PcSoftware/Atom/ Atom: fix for sending delimiter characters in packet  
1008 6456 d 4 h runge /trunk/PcSoftware/Atom/ Atom: Initial work in programming stuff in Atom, not done but some structure is there
Atom: Some more changes to make the command interface accept longer input
 
986 6463 d 0 h runge /trunk/ Atom: Added definitions for the nmt protocol to the xml file
Atom: Had to change one definition name for the module listing so unfortunatly module apps will need to update their main.c.template again.. sorry
Atom: Structured the TODO for Atom
Atom: Added the ability for Atom to understand nmt messages, this show up correct in the debug output and we have control of nodes via javascript programming
should be possible but I have not built anything for that yet. Reset, App_start and Heartbeat works as expected though
 
971 6471 d 1 h runge /trunk/PcSoftware/Atom/ Cleaned up javascript code a bit
Created new javascript class, Interval to set up timers. Nicer then setInterval and setTimeout that we had before
Updated SensorPrint.js to use new hte Interval object
 
969 6472 d 2 h runge /trunk/PcSoftware/Atom/ Initial import of the new and improved Atom. It is fully functional but needs more work.
For more information on what is in the pipe right now look at TODO.txt
Documentation will come after the API has stabilized abit more.
There is support for four modules, BusVoltage, DS18x20, HD44789 and Debug.
There is also one logic service that should be well documented if someone wants to build logic for themselfs.
That service is called SensorPrint and uses one BusVoltage, one DS18x20 for sensor values and then prints them to the LCD (HD44789).
To start logic services you have to add them to the Services/Autostart.js.
More is to come...!