Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1410 6106 d 9 h arune /trunk/PcSoftware/Atom/Services/ Atom/JavaScript: Fixes for eggdropIRCpost-script after testing and added script to startup (System/Startup.js)  
1402 6149 d 11 h runge /trunk/PcSoftware/Atom/ Atom: Changed IRremotesbutton on centrum titan 500 on and of instead of power1 and power2
Atom: Minor update to http.js
Atom: Fixed error in HD44789.js where online method was not called
Atom: Made HD44789.js split a string to the next row if it is longer then the displays width, the lcdcode has support for this but it doesn?\195't seem to work so we do it in Atom instead
 
1351 6203 d 15 h linlun /trunk/PcSoftware/Atom/Services/ More clcd-menu items  
1346 6213 d 10 h linlun /trunk/PcSoftware/Atom/Services/ New abstraction layer for sensors  
1229 6318 d 11 h arune /trunk/PcSoftware/Atom/ Atom: fix for sending delimiter characters in packet  
1170 6362 d 13 h arune /trunk/PcSoftware/Atom/Services/ added exchangecalendar.js and conferenceroomdisplay.js. the first should be ready, the latter is not started.
startup.js now starts exchangecalendar.js
 
1011 6456 d 10 h runge /trunk/PcSoftware/Atom/ Atom: Added hex2uint and created stub IntelHex object  
1007 6458 d 9 h runge /trunk/PcSoftware/Atom/ Atom: Added DataStore functionality which is like a simple database
Atom: Fixed a bug in the services() javascript command
Atom: Added Leadtek Winfast 2000+ ir remote definitions to the IRRemote datastore
Atom: Implemented support for looking up ir remote control and button to the irReceive service
 
1002 6459 d 9 h runge /trunk/PcSoftware/Atom/ Atom: Bugfixes  
999 6460 d 6 h runge /trunk/PcSoftware/Atom/ Atom: New command interface and some other stuff  
986 6464 d 4 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
 
976 6470 d 5 h runge /trunk/PcSoftware/Atom/ Atom: Added the ability for the async socket to resolve domain names
Atom: Added system for working with async sockets from javascript
Atom: Implemented a rough HTTP class in javascript that uses the sockets
Atom: Started an implementation for looking up names from phonenumbers via hitta.se, needs parsing of html to be complete
Atom: A lot of other small changes to Atom
Atom: Bumped Atom to version 0.3
 
971 6472 d 5 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
 
970 6473 d 5 h runge /trunk/PcSoftware/Atom/ Changed so we can all have our own version of the Autoloadscript without svn wanting to commit changes we make  
969 6473 d 6 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...!