Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2155 5157 d 10 h arune /trunk/PcSoftware/Atom1.5/script/plugin/ Added dummy file for jspipe, fixes #17  
/trunk/PcSoftware/Atom1.5/script/plugin/jspipe.js
2138 5174 d 11 h linlun /trunk/PcSoftware/Atom1.5/script/plugin/ Fixed output in Module_getLastData  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2113 5177 d 19 h runge /trunk/PcSoftware/Atom1.5/script/plugin/ If you pass an alias group to the ModuleGetLastDataRaw or Native you will always get a value for the group name as well.  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2110 5179 d 5 h runge /trunk/PcSoftware/Atom1.5/script/plugin/ Added a function in module.js for use by the webgui.  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2109 5179 d 5 h runge /trunk/PcSoftware/Atom1.5/ Some changes to the JsPipe interface  
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/JsPipe.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
2103 5180 d 12 h runge /trunk/PcSoftware/Atom1.5/script/plugin/ Added a console function to get the server timestamp.  
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
2083 5182 d 4 h runge /trunk/PcSoftware/Atom1.5/script/plugin/ Fixes to allow programming via atomic even though other clients are doing requests to the atomic interface.
Programming with atomdude works now.
 
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
/trunk/PcSoftware/Atom1.5/script/plugin/node.js
2075 5182 d 18 h runge /trunk/PcSoftware/Atom1.5/script/plugin/ Forgot to commit changes  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
2067 5183 d 13 h runge /trunk/PcSoftware/Atom1.5/script/plugin/ Makde Module_GetLastDataRaw take an infinate amount of alias arguments  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2053 5184 d 9 h arune /trunk/PcSoftware/Atom1.5/script/plugin/ Added lost module types  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2052 5184 d 11 h linlun /trunk/PcSoftware/Atom1.5/script/plugin/ Updated module.js  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2049 5188 d 9 h linlun /trunk/PcSoftware/Atom1.5/script/plugin/ Added function Module_GetLastData  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2027 5208 d 7 h arune /trunk/PcSoftware/Atom1.5/script/ Added sns_heatPower as module in Atom1.5  
/trunk/PcSoftware/Atom1.5/script/interface/power.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
2018 5220 d 17 h arune /trunk/PcSoftware/Atom1.5/script/plugin/ Added KS0108 as js-modul  
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
1997 5232 d 7 h arune /trunk/PcSoftware/Atom1.5/script/ Added rfTransceiver to list of supported modules and as module in irin and irout  
/trunk/PcSoftware/Atom1.5/script/interface/irin.js
/trunk/PcSoftware/Atom1.5/script/interface/irout.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
1986 5235 d 8 h runge /trunk/PcSoftware/Atom1.5/ Changed how atom works with client and server id:s, needs more work in the future but at least it works to start a server from js now
More work on the tracker code
 
/trunk/PcSoftware/Atom1.5/.kdev4/Atom.kdev4
/trunk/PcSoftware/Atom1.5/script/manager/tracker.js
/trunk/PcSoftware/Atom1.5/script/plugin/socket.js
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/can/CanDaemon.cpp
/trunk/PcSoftware/Atom1.5/src/can/CanDaemon.h
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/can/Monitor.h
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.h
1968 5250 d 7 h arune /trunk/PcSoftware/Atom1.5/script/plugin/ Same as previous commit (Added counting of hex lines when transmitting to atom1.5, does not fix real issue but make issue less critical) but for atom1.5-side  
/trunk/PcSoftware/Atom1.5/script/plugin/node.js
1963 5254 d 7 h runge /trunk/PcSoftware/Atom1.5/ Added debug prints and fixed the indentation in the whole net module
Remove an unknown mbb.js file
 
/trunk/PcSoftware/Atom1.5/script/plugin/mbb.js
/trunk/PcSoftware/Atom1.5/src/config/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.h
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
1962 5254 d 7 h runge /trunk/PcSoftware/Atom1.5/ Major refactoring of TcpServer and networking stuff.
Reworked some parts of the socket plugin, now it works again.
Created a lot of debug outputs for new parts, so debug on in the logging will give a lot of output
 
/trunk/PcSoftware/Atom1.5/src/net/TcpServer.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpServer.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/manager/tracker.js
/trunk/PcSoftware/Atom1.5/script/plugin/socket.js
/trunk/PcSoftware/Atom1.5/src/common/log.h
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.h
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/net/types.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp
1959 5256 d 5 h runge /trunk/PcSoftware/Atom1.5/ Some renaming of datatypes in atom
More work on the GPS tracker stuff
Added support for starting servers in the socket VM plugin
 
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Server.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Server.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Mbb.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Mbb.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/interface/http.js
/trunk/PcSoftware/Atom1.5/script/manager/tracker.js
/trunk/PcSoftware/Atom1.5/script/plugin/socket.js
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/can/CanDaemon.cpp
/trunk/PcSoftware/Atom1.5/src/can/CanDaemon.h
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/can/Monitor.h
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.h
/trunk/PcSoftware/Atom1.5/src/common/log.cpp
/trunk/PcSoftware/Atom1.5/src/common/log.h
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.h
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.h
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/net/types.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.h

Show All