Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1590 5793 d 11 h runge /trunk/PcSoftware/Atom/Services/System/ Made a change to Interval.js to make it compatable with Atom 1.5, hopefully nothing broke by doing this.  
1042 6452 d 12 h runge /trunk/PcSoftware/Atom/ Atom: Made changes to how Intervals work... hopefully it is more stable now... though we have some kind of segfault on exit when we have programmed that needs
looking in to
 
1036 6453 d 11 h runge /trunk/PcSoftware/Atom/ Atom: Removed debugoutput och socket
Atom: Changed error messages from interval to better reflect what is happening
 
974 6469 d 15 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.
 
973 6470 d 9 h runge /trunk/PcSoftware/Atom/ Fixed bug where a thread was unstoppable
Added more erroroutput when a thread could not be stopped
 
971 6471 d 6 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