Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1405 6115 d 3 h runge /trunk/PcSoftware/Atom/src/VM/ Added setFileContents to js, setFileContents(filename, content); not tested though so it may break horribly  
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1402 6149 d 2 h runge /trunk/PcSoftware/Atom/ Atom: Changed IRremotesbutton on centrum titan 500 on and of instead of power1 and power2
Atom: Minor update to http.js
Atom: Fixed error in HD44789.js where online method was not called
Atom: Made HD44789.js split a string to the next row if it is longer then the displays width, the lcdcode has support for this but it doesn?\195't seem to work so we do it in Atom instead
 
/trunk/PcSoftware/Atom/Services/Other/Spotify.js
/trunk/PcSoftware/Atom/Services/Can/HD44789.js
/trunk/PcSoftware/Atom/Services/DataStores/IRRemotes.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Services/System/ServiceManager.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/src/Socket/server.cpp
/trunk/PcSoftware/Atom/src/Tools/tools.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1229 6318 d 2 h arune /trunk/PcSoftware/Atom/ Atom: fix for sending delimiter characters in packet  
/trunk/PcSoftware/Atom/Services/System/Base64.js
/trunk/PcSoftware/Atom/src/Tools/base64.cpp
/trunk/PcSoftware/Atom/src/Tools/base64.h
/trunk/PcSoftware/Atom/Services/System/CanMessage.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1203 6335 d 11 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
 
/trunk/PcSoftware/Atom/Services/Logic/Display.js
/trunk/PcSoftware/Atom/Services/Other/ExchangeCalendar.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/src/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/src/VM/socketthread.cpp
/trunk/PcSoftware/Atom/src/VM/socketthread.h
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1196 6348 d 0 h runge /trunk/PcSoftware/Atom/src/ Atom: Hopefully a fix for thread-related crashes, but it have to be tested...  
/trunk/PcSoftware/Atom/src/Threads/thread.h
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
/trunk/PcSoftware/Atom/src/main.cpp
1060 6449 d 0 h runge /trunk/PcSoftware/Atom/ Atom: added irTransmit javascript
Atom: added a sleep function to the javascript environment... argument is in microseconds
 
/trunk/PcSoftware/Atom/Services/Can/irTransmit.js
/trunk/PcSoftware/Atom/Services/Can/irReceive.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1042 6453 d 1 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
 
/trunk/PcSoftware/Atom/Services/Logic/SensorPrint.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Interval.js
/trunk/PcSoftware/Atom/src/VM/intervalthread.cpp
/trunk/PcSoftware/Atom/src/VM/intervalthread.h
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1026 6455 d 2 h runge /trunk/PcSoftware/Atom/ Atom: Initial move of source code to src... this is not working yet!!! Wait til I'm done :)  
/trunk/PcSoftware/Atom/src/CanNet
/trunk/PcSoftware/Atom/src/Logger
/trunk/PcSoftware/Atom/src/Settings
/trunk/PcSoftware/Atom/src/Socket
/trunk/PcSoftware/Atom/src/Threads
/trunk/PcSoftware/Atom/src/Tools
/trunk/PcSoftware/Atom/src/VM
/trunk/PcSoftware/Atom/src/Xml
/trunk/PcSoftware/Atom/src/exception.h
/trunk/PcSoftware/Atom/src/fetchV8.sh
/trunk/PcSoftware/Atom/src/main.cpp
/trunk/PcSoftware/Atom/src/singleton.cpp
/trunk/PcSoftware/Atom/src/singleton.h
/trunk/PcSoftware/Atom/src/version.h
/trunk/PcSoftware/Atom/CanNet
/trunk/PcSoftware/Atom/Logger
/trunk/PcSoftware/Atom/Settings
/trunk/PcSoftware/Atom/Socket
/trunk/PcSoftware/Atom/Threads
/trunk/PcSoftware/Atom/Tools
/trunk/PcSoftware/Atom/VM
/trunk/PcSoftware/Atom/Xml
/trunk/PcSoftware/Atom/exception.h
/trunk/PcSoftware/Atom/fetchV8.sh
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/singleton.cpp
/trunk/PcSoftware/Atom/singleton.h
/trunk/PcSoftware/Atom/version.h
1024 6455 d 2 h runge /trunk/PcSoftware/Atom/ Atom: Created new logsystem  
/trunk/PcSoftware/Atom/Logger
/trunk/PcSoftware/Atom/Logger/logger.cpp
/trunk/PcSoftware/Atom/Logger/logger.h
/trunk/PcSoftware/Atom/SyslogStream
/trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp
/trunk/PcSoftware/Atom/CanNet/canidtranslator.h
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/Settings/settings.cpp
/trunk/PcSoftware/Atom/Settings/settings.h
/trunk/PcSoftware/Atom/Socket/server.cpp
/trunk/PcSoftware/Atom/Socket/server.h
/trunk/PcSoftware/Atom/Socket/socketevent.h
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
/trunk/PcSoftware/Atom/atom.conf.template
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
1011 6456 d 1 h runge /trunk/PcSoftware/Atom/ Atom: Added hex2uint and created stub IntelHex object  
/trunk/PcSoftware/Atom/Services/System/IntelHex.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/Services/api.txt
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
1010 6456 d 2 h runge /trunk/PcSoftware/Atom/ Atom: Added export of conversion functions to the javascript environment
Atom: Started a small documention file for functions and objects in the javascript environment
 
/trunk/PcSoftware/Atom/Services/api.txt
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
1008 6456 d 23 h runge /trunk/PcSoftware/Atom/ Atom: Initial work in programming stuff in Atom, not done but some structure is there
Atom: Some more changes to make the command interface accept longer input
 
/trunk/PcSoftware/Atom/Services/System/CanManager.js
/trunk/PcSoftware/Atom/Services/System/CanMessage.js
/trunk/PcSoftware/Atom/Services/System/CanNMTMessage.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/commandthread.cpp
/trunk/PcSoftware/Atom/VM/commandthread.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
1007 6458 d 0 h runge /trunk/PcSoftware/Atom/ Atom: Added DataStore functionality which is like a simple database
Atom: Fixed a bug in the services() javascript command
Atom: Added Leadtek Winfast 2000+ ir remote definitions to the IRRemote datastore
Atom: Implemented support for looking up ir remote control and button to the irReceive service
 
/trunk/PcSoftware/Atom/Services/DataStores
/trunk/PcSoftware/Atom/Services/DataStores/IRRemotes.js
/trunk/PcSoftware/Atom/Services/System/DataStore.js
/trunk/PcSoftware/Atom/Services/Can/irReceive.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
999 6459 d 21 h runge /trunk/PcSoftware/Atom/ Atom: New command interface and some other stuff  
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/TextTable.js
/trunk/PcSoftware/Atom/Socket/server.cpp
/trunk/PcSoftware/Atom/Socket/server.h
/trunk/PcSoftware/Atom/Socket/socketeventcallback.cpp
/trunk/PcSoftware/Atom/Socket/socketeventcallback.h
/trunk/PcSoftware/Atom/VM/commandthread.cpp
/trunk/PcSoftware/Atom/VM/commandthread.h
/trunk/PcSoftware/Atom/VM/expression.h
/trunk/PcSoftware/Atom/singleton.cpp
/trunk/PcSoftware/Atom/singleton.h
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/candebug.h
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.h
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.h
/trunk/PcSoftware/Atom/Services/Can/BusVoltage.js
/trunk/PcSoftware/Atom/Services/Can/DS18x20.js
/trunk/PcSoftware/Atom/Services/Can/Debug.js
/trunk/PcSoftware/Atom/Services/Can/HD44789.js
/trunk/PcSoftware/Atom/Services/Can/SimpleDTMF.js
/trunk/PcSoftware/Atom/Services/Can/irReceive.js
/trunk/PcSoftware/Atom/Services/Logic/SensorPrint.js
/trunk/PcSoftware/Atom/Services/System/Base.js
/trunk/PcSoftware/Atom/Services/System/CanService.js
/trunk/PcSoftware/Atom/Services/System/Service.js
/trunk/PcSoftware/Atom/Services/System/ServiceManager.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.h
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/Threads/thread.h
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
/trunk/PcSoftware/Atom/atom.conf.template
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
995 6461 d 9 h runge /trunk/PcSoftware/Atom/VM/ Atom: Added clearer error output on errors in javascript, should print exactly what and where the error occured now  
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
986 6463 d 19 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
 
/trunk/PcSoftware/Atom/Services/System/CanNMTMessage.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp
/trunk/PcSoftware/Atom/CanNet/canidtranslator.h
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.h
/trunk/PcSoftware/Atom/Services/System/CanManager.js
/trunk/PcSoftware/Atom/Services/System/CanMessage.js
/trunk/PcSoftware/Atom/Services/System/CanService.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
983 6467 d 23 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
 
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.h
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/Services/Other/OnlinePhonebook.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Services/System/Socket.js
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.h
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.cpp
/trunk/PcSoftware/Atom/Threads/thread.h
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/socketthread.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
981 6468 d 20 h runge /trunk/ Atom: Stuff, I'm to druk to know what  
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/candebug.h
/trunk/PcSoftware/Atom/Services/Can/SimpleDTMF.js
/trunk/Configuration/data.xml
/trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.h
/trunk/PcSoftware/Atom/Services/System/CanManager.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.h
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.cpp
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
976 6469 d 20 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
 
/trunk/PcSoftware/Atom/Services/Other
/trunk/PcSoftware/Atom/Services/Other/OnlinePhonebook.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Services/System/Socket.js
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/socketthread.h
/trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/Settings/settings.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.cpp
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.h
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/Threads/semaphore.h
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
/trunk/PcSoftware/Atom/version.h
971 6471 d 20 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
 
/trunk/PcSoftware/Atom/Services/System/Interval.js
/trunk/PcSoftware/Atom
/trunk/PcSoftware/Atom/Services/Logic/SensorPrint.js
/trunk/PcSoftware/Atom/Services/System/Base.js
/trunk/PcSoftware/Atom/Services/System/CanMessage.js
/trunk/PcSoftware/Atom/Services/System/CanService.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/VM/intervalthread.cpp
/trunk/PcSoftware/Atom/VM/intervalthread.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h

Show All