Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1308 6250 d 0 h runge /branches/atomV2/ Created branch for Atom version 2 and update module protocol  
1033 6454 d 0 h runge /trunk/PcSoftware/Atom/src/ Atom: Made logger threadsafe also added threadsafty to sending on a socket, hopefully this helps with missing packets  
1026 6455 d 0 h runge /trunk/PcSoftware/Atom/ Atom: Initial move of source code to src... this is not working yet!!! Wait til I'm done :)  
999 6459 d 19 h runge /trunk/PcSoftware/Atom/ Atom: New command interface and some other stuff  
984 6465 d 17 h runge /trunk/PcSoftware/Atom/ Cleaned up socket code much and fixed the damned makefiles that keeps getting screwed  
983 6467 d 21 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 6468 d 18 h runge /trunk/ Atom: Stuff, I'm to druk to know what  
974 6470 d 2 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.
 
969 6472 d 19 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...!