Commit Graph

43 Commits

Author SHA1 Message Date
Martin Preuss
2964347e7b adjusted to latest changes. 2025-03-21 20:55:11 +01:00
Martin Preuss
a14c2c892c libtest: no longer include old files. 2025-03-18 22:55:32 +01:00
Martin Preuss
7e745c98e6 aqhome, aqhome-apps: cleanup, removed unneeded files. 2025-03-14 21:22:48 +01:00
Martin Preuss
d887747b3c aqhome: more work on transformation to event2/ipc2. 2025-02-27 14:08:44 +01:00
Martin Preuss
8968f14122 aqhome: more work on new event/ipc interface. 2025-02-26 20:59:20 +01:00
Martin Preuss
cf8edbbd5f aqhome: started rewriting message code, start using new event2 lib. 2025-02-25 01:13:07 +01:00
Martin Preuss
ddded51f9e removed unavailable includes. 2023-10-06 18:06:09 +02:00
Martin Preuss
1e27223dfa Simplified IPC code to use less different IPC messages. Share more code. More qork on MQTT code. 2023-10-01 21:31:02 +02:00
Martin Preuss
bf89562d51 Removed unneeded code. 2023-09-20 17:51:02 +02:00
Martin Preuss
64938b9cb0 Prepared introduction of multiple ipc protocols. 2023-08-13 14:09:15 +02:00
Martin Preuss
3eb0a9afa9 aqhome: more work on http endpoint. 2023-07-19 01:25:43 +02:00
Martin Preuss
0fd58567fe adapted to latest changes in gwen (msgio API v2 becomes v1). 2023-07-12 19:30:53 +02:00
Martin Preuss
4489314b47 aqhome: removed invalid includes. 2023-07-12 13:34:32 +02:00
Martin Preuss
08c3875a26 aqhome: completed adapting to msgio2 interface. 2023-07-12 13:33:04 +02:00
Martin Preuss
2d393630d8 aqhome: added AQH_MqttClientEndpoint2_GetNextPacketId(). added test for subscriptions. 2023-07-09 21:19:36 +02:00
Martin Preuss
6f5a26b0cf aqhome: Started rewriting endpoints for version 2 of the msgio interface.
This interface is much simpler.
First rewritten endpoint is that for MQTT.
2023-07-09 20:47:47 +02:00
Martin Preuss
1751170940 aqhome/mqtt: added messages regarding subscription. 2023-05-14 22:24:55 +02:00
Martin Preuss
4e409851f6 aqhome: added lib for hexfiles and flash records. 2023-04-18 19:41:56 +02:00
Martin Preuss
ce85548938 aqhome: added ipc message and calls to set acceptable msg groups for ipc endpoint.
this filters the messages which are copied to the ipc client.
2023-04-17 01:13:59 +02:00
Martin Preuss
d53b061aed aqhome: implemented IPC client, fixed some bugs.
sending a PING request and retrieving the PONG response works now.
2023-04-16 23:22:03 +02:00
Martin Preuss
d26f500bba follow renaming of endpoint_node_ipc_tcp.* 2023-04-09 18:51:02 +02:00
Martin Preuss
c8afd7eb74 aqhome: use new type GWEN_ConnectableMsgEndpoint.
This allows for reconnect of endpoints if necessary.
2023-04-09 00:35:17 +02:00
Martin Preuss
bf4451f3f4 mqtt: added more message types, added test for them. 2023-03-29 00:42:49 +02:00
Martin Preuss
3a6e2f60bc aqhome: started working on MTQQ client. 2023-03-28 21:43:01 +02:00
Martin Preuss
d1c21322b8 More work on IPC code, added aqhomed daemon. 2023-03-18 23:25:21 +01:00
Martin Preuss
12d197dae2 aqhome: fixed endpoint code. Now works again. 2023-03-18 01:57:20 +01:00
Martin Preuss
6507f3896f aqhome: started reworking message code to use gwen's new msgio code. 2023-03-18 00:57:03 +01:00
Martin Preuss
614a942a0e aqhome: Added node db. 2023-02-22 21:25:10 +01:00
Martin Preuss
7a1968e962 aqhome: More work on endpoint system. Basically works. 2023-02-22 17:54:17 +01:00
Martin Preuss
caa85edfc6 More work on node/pc interface.
- added AQH_MSG_ENDPOINT
- added AQH_MsgEndpointLog
- added AQH_MsgEndpointTcp
- added AQH_MsgEndpointTty
- added AQH_MsgEndpointMgr
2023-02-20 23:45:10 +01:00
Martin Preuss
e1bf53e93f Decreased verbosity. 2023-02-06 21:55:49 +01:00
Martin Preuss
9f45b70e36 aqhome: added more parsers. 2023-02-05 23:43:43 +01:00
Martin Preuss
a9a81c8515 Renamed i2c to twi. 2023-02-05 15:39:15 +01:00
Martin Preuss
88a013650b aqhome: Added parser for needaddr message. 2023-02-04 16:02:40 +01:00
Martin Preuss
2874e18048 aqhome: Improved serial port handling, added parsers for different msg types. 2023-02-04 00:58:28 +01:00
Martin Preuss
d74f8f04c2 libtest: Parse "value" packets. 2023-02-02 00:45:42 +01:00
Martin Preuss
8eba9a7b6d libtest: fixed a bug. 2023-01-30 01:03:24 +01:00
Martin Preuss
02b09e9ff7 COM: Added COM_EnqueueDebug 2023-01-28 15:29:43 +01:00
Martin Preuss
65afe4c790 aqhome: added some parsing for COM messages. 2023-01-28 00:11:23 +01:00
Martin Preuss
74277a286b Parse SEND STATS message. 2023-01-26 18:58:51 +01:00
Martin Preuss
68ce45428f AqHome: Added a test for sending/receiving asynchronously. 2023-01-25 21:47:06 +01:00
Martin Preuss
2d5c4efadc aqhome: Added test for sending packets to MCU. 2023-01-25 16:29:36 +01:00
Martin Preuss
e639550d00 aqhome: Added test for serial interface, added api.h. 2023-01-22 17:47:30 +01:00