Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1112 6417 d 14 h runge /trunk/PcSoftware/Atom/ Added some points to the TODO  
1053 6449 d 1 h linlun /trunk/PcSoftware/Atom/ comments i TODO and bug-fix in Busvoltage.js  
1048 6449 d 14 h runge /trunk/PcSoftware/Atom/ Atom: Added debugoutput to better debug fault in the enum implementation
Atom: Made the makefiles complie the debug version of google v8 to get better debug output
 
1046 6451 d 1 h runge /trunk/ Atom: Added enum-datatype... look in data.xml on how it's used. Indata to Atom tested but not outdata... tell me if it fails to assign the right value  
1043 6452 d 1 h arune /trunk/PcSoftware/Atom/ atom: bug added to todo, newlines in atomdude, minor bugfixes and started working on bios-updating with atom  
1025 6454 d 4 h runge /trunk/PcSoftware/Atom/ Atom: Added src/ folder, will try to move source code to src/  
1024 6454 d 4 h runge /trunk/PcSoftware/Atom/ Atom: Created new logsystem  
1012 6455 d 1 h runge /trunk/PcSoftware/Atom/ Atom: Bugfix when uint was converted to int
Atom: Two more remote definitions
Atom: Fixed spelling error in the TODO
 
1002 6458 d 2 h runge /trunk/PcSoftware/Atom/ Atom: Bugfixes  
999 6458 d 23 h runge /trunk/PcSoftware/Atom/ Atom: New command interface and some other stuff  
991 6461 d 1 h runge /trunk/PcSoftware/Atom/ Atom: Fixed sorting of variables in debug output, also cleaned up canidtranslator code and added some validation  
986 6462 d 21 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
 
985 6464 d 21 h runge /trunk/PcSoftware/Atom/ Atom: Made getting values from settings safer if there is no settings  
981 6467 d 22 h runge /trunk/ Atom: Stuff, I'm to druk to know what  
978 6468 d 21 h runge /trunk/PcSoftware/Atom/ Atom: Makefiles got screwed... fixed now hopefully  
976 6468 d 22 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
 
972 6470 d 2 h runge /trunk/PcSoftware/Atom/ Random stuff done, I don't remember exactly :)  
969 6471 d 23 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...!