Fri, 20 Sep 2024 15:12:53 +0200 Edouard Tisserant MQTT: added support for strings in JSON payload only.
Thu, 19 Sep 2024 15:12:45 +0200 Edouard Tisserant MQTT: remove accidentally committed debug printfs + cosmetic
Thu, 19 Sep 2024 12:06:53 +0200 Edouard Tisserant MQTT: fix invocation of json_scanf (use pointers, not values...)
Thu, 19 Sep 2024 12:05:35 +0200 Edouard Tisserant MQTT: fix bisection failing when topics start with same substring.
Tue, 17 Sep 2024 11:17:24 +0200 Edouard Tisserant MQTT: Update available type choices when data types are changed in the IDE
Fri, 13 Sep 2024 14:28:07 +0200 Edouard Tisserant MQTT: remove standalone MQTT clien generator code.
Fri, 13 Sep 2024 14:26:55 +0200 Edouard Tisserant MQTT: add JSON payload corresponding to IEC Structured types
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
Fri, 30 Aug 2024 11:54:36 +0200 Edouard Tisserant MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
Fri, 30 Aug 2024 11:50:23 +0200 Edouard Tisserant IDE: allow structures to be located.
Sat, 07 Sep 2024 12:50:57 +0200 Edouard Tisserant merge MQTT grafted from python2 branch - untested
Thu, 22 Aug 2024 12:16:45 +0200 Edouard Tisserant MQTT: add test projects, to be later included in automated testing.
Thu, 22 Aug 2024 12:15:31 +0200 Edouard Tisserant MQTT: add SSL support