Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1426 6094 d 3 h runge /trunk/PcSoftware/Atom/src/Socket/ Replacing MSG_NOSIGNAL with 0, to enable building on OSX.  
1203 6334 d 14 h arune /trunk/PcSoftware/Atom/ Atom: a lot of commented debugprints, hack to fix race conditions between socketthread and asyncsocket, counter for socketthreads id instead of time
Display.js: timout for going to main menu, minor changes
 
1124 6404 d 4 h runge /trunk/PcSoftware/Atom/src/ Atom: Hopefully fixed some bugs with threads, added clearer output to the signal handler  
1122 6408 d 3 h linlun /trunk/PcSoftware/Atom/src/ Atom: now it does not segfault when candebug disconnet, and also send \r\n instead of just \n to be compatible with windows
telnet clients
 
1036 6453 d 3 h runge /trunk/PcSoftware/Atom/ Atom: Removed debugoutput och socket
Atom: Changed error messages from interval to better reflect what is happening
 
1033 6453 d 4 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 6454 d 4 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 0 h runge /trunk/PcSoftware/Atom/ Atom: New command interface and some other stuff  
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 1 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 22 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.
 
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...!