Anonymous Login
2026-01-15 15:00 CET

HomeAutomation: trunk r969 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent Ported
Mattias Runge trunk 2008-12-24 00:17:02 Pending
Changeset 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...!
add - /trunk/PcSoftware/Atom [ Diff ] File ]
add - /trunk/PcSoftware/Atom/.dep.inc [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canidtranslator.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canmessage.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canmessage.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canmessageexception.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/cannetchannel.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/cannetchannel.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/cannetmanager.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canservice.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canservice.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/cantranslatorexception.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/CanNet/canvariable.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Makefile [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Autostart.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Can [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Can/BusVoltage.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Can/DS18x20.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Can/Debug.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Can/HD44789.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Logic [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/Logic/SensorPrint.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/Base.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/CanManager.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/CanMessage.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/CanService.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/Service.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/ServiceManager.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Services/System/Startup.js [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Settings [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Settings/settings.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Settings/settings.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Socket [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Socket/asyncsocket.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Socket/asyncsocket.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Socket/socketexception.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/SyslogStream [ Diff ] File ]
add - /trunk/PcSoftware/Atom/SyslogStream/syslogstream.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/SyslogStream/syslogstream.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/TODO.txt [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Threads [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Threads/mutex.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Threads/semaphore.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Threads/thread.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Threads/threadsafequeue.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Tools [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Tools/tools.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Tools/tools.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/VM [ Diff ] File ]
add - /trunk/PcSoftware/Atom/VM/intervalthread.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/VM/intervalthread.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/VM/virtualmachine.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/VM/virtualmachine.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Xml [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Xml/xmlexception.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Xml/xmlnode.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/Xml/xmlnode.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/atom.conf.template [ Diff ] File ]
add - /trunk/PcSoftware/Atom/exception.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom/fetchV8.sh [ Diff ] File ]
add - /trunk/PcSoftware/Atom/main.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/Makefile-impl.mk [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/Package-Debug.bash [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/Package-Release.bash [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/configurations.xml [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/private [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/private/configurations.xml [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/private/private.properties [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/private/private.xml [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/project.properties [ Diff ] File ]
add - /trunk/PcSoftware/Atom/nbproject/project.xml [ Diff ] File ]
add - /trunk/PcSoftware/Atom/version.h [ Diff ] File ]