mqtt/mqtt_client_gen.py
Thu, 05 Sep 2024 15:55:46 +0200 Edouard Tisserant MQTT: WIP supporting structured types : do not crash when generating C code if using location with no size
Fri, 30 Aug 2024 15:17:03 +0200 Edouard Tisserant MQTT: add dropdown to select type assigned to a topic
Thu, 22 Aug 2024 12:15:31 +0200 Edouard Tisserant MQTT: add SSL support
Tue, 23 Jul 2024 17:05:59 +0200 Edouard Tisserant MQTT: WIP fix modified status not being set when adding and modifying topics or attributes.
Tue, 23 Jul 2024 15:30:04 +0200 Edouard Tisserant MQTT: WIP, PLC starts even if MQTT client can't connect broker, and publish+subscribe again when reconnecting.
Mon, 22 Jul 2024 16:09:12 +0200 Edouard Tisserant MQTT: take C part away from python code for readability.
Mon, 22 Jul 2024 12:12:33 +0200 Edouard Tisserant MQTT: WIP, prevent crash after disconnect. Disable auto-reconnect on connection lost callback.
Thu, 18 Jul 2024 12:05:26 +0200 Edouard Tisserant MQTT: Stop publish thread properly on PLC stop
Thu, 18 Jul 2024 11:42:08 +0200 Edouard Tisserant MQTT: Fix overkill use of wx sizer
Wed, 17 Jul 2024 17:02:32 +0200 Edouard Tisserant MQTT: WIP. Added handling of received messages (subscriptions)
Tue, 16 Jul 2024 09:41:45 +0200 Edouard Tisserant MQTT: WIP, added publish thread waking-up when published variables change.
Mon, 15 Jul 2024 09:40:11 +0200 Edouard Tisserant MQTT: WIP, subscibed topics have no "Retained" attribute.
Fri, 12 Jul 2024 15:36:17 +0200 Edouard Tisserant MQTT: WIP, now publishes initial values at init.
Fri, 12 Jul 2024 11:24:06 +0200 Edouard Tisserant MQTT: WIP, now connects to broker. Added MQTT 3 support and protocol version selection in IDE.
Tue, 09 Jul 2024 11:46:19 +0200 Edouard Tisserant MQTT: still WIP, generated C code builds and link.
Wed, 03 Jul 2024 11:44:01 +0200 Edouard Tisserant MQTT WIP: intermediate state, added perfect hash to map topic to variables
Fri, 14 Jun 2024 15:56:12 +0200 Edouard Tisserant MQTT WIP: intermediate state, implementing MQTT client C code generator.
Wed, 12 Jun 2024 11:45:09 +0200 Edouard Tisserant WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.