Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1123 6404 d 11 h linlun /trunk/PcSoftware/Atom/src/CanNet/ Fixed newline and carrige return on unknown frames  
1026 6454 d 5 h runge /trunk/PcSoftware/Atom/ Atom: Initial move of source code to src... this is not working yet!!! Wait til I'm done :)  
1024 6454 d 5 h runge /trunk/PcSoftware/Atom/ Atom: Created new logsystem  
999 6459 d 0 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  
987 6462 d 0 h runge /trunk/ Atom: Fixed bug that was discovered by arune, where the unknown flag on incomming can messages was not reset
Atom: Updated SimpleDTMF javascript to parse real numbers from a SimpleDTMF module
Atom: Added dtmf node to the SensorPrint example where it shows how to use the OnlinePhonebook script for looking up names for phonenumbers
 
985 6464 d 22 h runge /trunk/PcSoftware/Atom/ Atom: Made getting values from settings safer if there is no settings  
984 6464 d 22 h runge /trunk/PcSoftware/Atom/ Cleaned up socket code much and fixed the damned makefiles that keeps getting screwed  
983 6467 d 2 h runge /trunk/PcSoftware/Atom/ Atom: Rewrote much of the socketstuff to make it easier and have less errors... needs more cleanups but works at least
Atom: The OnlinePhonebook works very good now it seems
Atom: Nothing is printed to syslog now... there where complications with threads, will fix this later
Atom: Can Debug also works very nicely
 
981 6467 d 23 h runge /trunk/ Atom: Stuff, I'm to druk to know what  
976 6468 d 23 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
 
975 6469 d 7 h runge /trunk/PcSoftware/Atom/ Made Atom set all can services offline if the connection is closed for some reason like when the canDaemon is shut down  
974 6469 d 7 h runge /trunk/PcSoftware/ Added PING/PONG functionality to canDaemon, clients can send ping and receive pong.
Made Atom ping canDaemon if nothing have been received in some time to detect if network is down.
Made some more changes to Atom.
 
972 6470 d 2 h runge /trunk/PcSoftware/Atom/ Random stuff done, I don't remember exactly :)  
969 6472 d 0 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...!