Changesets: HomeAutomation
|
atomV2 r1310
Timestamp: 2009-08-04 00:18:47 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
More work on messages, should now use data from protocol.xml, still some bits missing to get anything to work yet... | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/db/Database.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/db/Database.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/version.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h | [ Diff ] [ File ] | ||
|
atomV2 r1309
Timestamp: 2009-08-03 21:28:37 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Initial code for Atom V2, nothing working yet, and probably not for a while | ||
| add - /branches/atomV2/Configuration/protocol.xml | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2 | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/bin | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/obj | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/.cvsignore | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/Exception.hpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/broker | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/db | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/db/Database.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/db/Database.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/lib | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/module | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/module/Module.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/module/Module.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/types.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/TSQueue.hpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/xml | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h | [ File ] | ||
|
atomV2 r1308
Timestamp: 2009-08-03 20:32:52 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Created branch for Atom version 2 and update module protocol | ||
| add - /branches/atomV2 | [ File ] | ||
|
trunk r1307
Timestamp: 2009-08-03 10:52:09 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/sns_touch: added forced sending of raw touch at a configurable periodicity |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1306
Timestamp: 2009-07-25 19:53:00 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
canDude: changed Makefile to use gmcs2 instead of gmcs, gmcs2 is used nowadays |
||
| mod - /trunk/PcSoftware/canDude/Makefile | [ Diff ] [ File ] | ||
|
trunk r1305
Timestamp: 2009-07-24 17:06:16 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
canDaemon.pl: added sending ping/pong to/from udp-hardware at startup, untested |
||
| mod - /trunk/PcSoftware/scripts/canDaemon/canDaemon.pl | [ Diff ] [ File ] | ||
|
trunk r1304
Timestamp: 2009-07-24 16:31:41 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
cansimpleethernet: should now respond to byte251-ping |
||
| mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/main.c | [ Diff ] [ File ] | ||
|
trunk r1303
Timestamp: 2009-07-19 22:42:02 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
atom/touch.js: another fix |
||
| mod - /trunk/PcSoftware/Atom/Services/Can/Touch.js | [ Diff ] [ File ] | ||
|
trunk r1302
Timestamp: 2009-07-19 22:06:19 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
atom/touch: another bug fixed |
||
| mod - /trunk/PcSoftware/Atom/Services/Can/Touch.js | [ Diff ] [ File ] | ||
|
trunk r1301
Timestamp: 2009-07-19 21:48:42 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
atom/touch.js: bugfix |
||
| mod - /trunk/PcSoftware/Atom/Services/Can/Touch.js | [ Diff ] [ File ] | ||
|
trunk r1300
Timestamp: 2009-07-19 21:29:55 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
atom/touch.js: added support for raw data |
||
| mod - /trunk/PcSoftware/Atom/Services/Can/Touch.js | [ Diff ] [ File ] | ||
|
trunk r1299
Timestamp: 2009-07-19 20:08:27 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Added the ability to register a callback in the ServiceManager to get events when a service is created Usage: ServiceManager.addCallback(function(service) { alert('service started: ' + service.getName() + ' of type ' + service.getType()); }); |
||
| mod - /trunk/PcSoftware/Atom/Services/System/ServiceManager.js | [ Diff ] [ File ] | ||
|
trunk r1298
Timestamp: 2009-07-19 17:58:19 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/dimmer: set sync message to default 0, no implementation of sync message yet |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/act_dimmer230/config.inc.template | [ Diff ] [ File ] | ||
|
trunk r1297
Timestamp: 2009-07-19 17:45:44 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: missed to commit a couple of updated files |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.h | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sources.list | [ Diff ] [ File ] | ||
|
trunk r1296
Timestamp: 2009-07-19 16:46:28 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
avr/drivers: added touch/gesture drivers modules/touch: now using separate gesture drivers |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h | [ Diff ] [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/touch | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/touch/gesture | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/touch/gesture/gesture.c | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/touch/gesture/gesture.h | [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1295
Timestamp: 2009-07-19 15:06:03 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: added offset of F8 |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1294
Timestamp: 2009-07-19 14:59:08 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
atom/datastore/gestures.js: updated after f8-fix |
||
| mod - /trunk/PcSoftware/Atom/Services/DataStores/Gestures.js | [ Diff ] [ File ] | ||
|
trunk r1293
Timestamp: 2009-07-19 14:55:24 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: inverted f8 |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1292
Timestamp: 2009-07-19 14:01:52 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: simplified F9 |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1291
Timestamp: 2009-07-19 13:55:17 Author: Linus Lundin Ported: N/A [ Details ] [ Diff ] |
Added changes for f9 |
||
| mod - /trunk/PcSoftware/Atom/Services/DataStores/Gestures.js | [ Diff ] [ File ] | ||
|
trunk r1290
Timestamp: 2009-07-19 13:13:59 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: fixed valid x/y-coordinates on release |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1289
Timestamp: 2009-07-18 23:14:53 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: added descriptive header to parsebuffer |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1288
Timestamp: 2009-07-18 23:07:04 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: minor fix |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1287
Timestamp: 2009-07-18 19:03:34 Author: Linus Lundin Ported: N/A [ Details ] [ Diff ] |
sns_Touch: added config to swap XY and invert X and Y axis |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
|
trunk r1286
Timestamp: 2009-07-18 17:37:18 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
modules/touch: work for breakout gesture to driver; fixed buffer as param and returndata |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.h | [ Diff ] [ File ] | ||
