Mon, 30 Sep 2024 16:21:11 +0200 |
Edouard Tisserant |
MQTT: Add status global variable MQTT_STATUS_n, one per MQTT client
|
changeset |
files
|
Thu, 26 Sep 2024 15:28:10 +0200 |
Edouard Tisserant |
MQTT: strip unsupported types from type choice dropdown, better wrong type detection in build.
|
changeset |
files
|
Thu, 26 Sep 2024 09:40:09 +0200 |
Edouard Tisserant |
MQTT: remove debug prints
|
changeset |
files
|
Wed, 25 Sep 2024 11:10:33 +0200 |
Edouard Tisserant |
MQTT: add JSON fixed size 1D array support. WIP. Parsing array still broken.
|
changeset |
files
|
Fri, 20 Sep 2024 15:30:22 +0200 |
Edouard Tisserant |
MQTT: do not convert to UPPERCASE json keys.
|
changeset |
files
|
Fri, 20 Sep 2024 15:12:53 +0200 |
Edouard Tisserant |
MQTT: added support for strings in JSON payload only.
|
changeset |
files
|
Thu, 19 Sep 2024 15:12:45 +0200 |
Edouard Tisserant |
MQTT: remove accidentally committed debug printfs + cosmetic
|
changeset |
files
|
Thu, 19 Sep 2024 12:06:53 +0200 |
Edouard Tisserant |
MQTT: fix invocation of json_scanf (use pointers, not values...)
|
changeset |
files
|
Thu, 19 Sep 2024 12:05:35 +0200 |
Edouard Tisserant |
MQTT: fix bisection failing when topics start with same substring.
|
changeset |
files
|
Tue, 17 Sep 2024 11:17:24 +0200 |
Edouard Tisserant |
MQTT: Update available type choices when data types are changed in the IDE
|
changeset |
files
|
Fri, 13 Sep 2024 14:28:07 +0200 |
Edouard Tisserant |
MQTT: remove standalone MQTT clien generator code.
|
changeset |
files
|
Fri, 13 Sep 2024 14:26:55 +0200 |
Edouard Tisserant |
MQTT: add JSON payload corresponding to IEC Structured types
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 30 Aug 2024 15:17:03 +0200 |
Edouard Tisserant |
MQTT: add dropdown to select type assigned to a topic
|
changeset |
files
|
Fri, 30 Aug 2024 11:54:36 +0200 |
Edouard Tisserant |
MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
|
changeset |
files
|
Fri, 30 Aug 2024 11:50:23 +0200 |
Edouard Tisserant |
IDE: allow structures to be located.
|
changeset |
files
|
Sat, 07 Sep 2024 12:50:57 +0200 |
Edouard Tisserant |
merge MQTT grafted from python2 branch - untested
|
changeset |
files
|
Thu, 22 Aug 2024 12:16:45 +0200 |
Edouard Tisserant |
MQTT: add test projects, to be later included in automated testing.
|
changeset |
files
|
Thu, 22 Aug 2024 12:15:31 +0200 |
Edouard Tisserant |
MQTT: add SSL support
|
changeset |
files
|
Thu, 08 Aug 2024 14:56:13 +0200 |
Edouard Tisserant |
SVGHMI: cosmetic
|
changeset |
files
|
Tue, 06 Aug 2024 15:25:57 +0200 |
Edouard Tisserant |
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
|
changeset |
files
|
Thu, 01 Aug 2024 12:11:11 +0200 |
Edouard Tisserant |
MQTT: WIP, re-organized disconnection handling, now keep track of connection status and reconnect accordingly.
|
changeset |
files
|
Thu, 01 Aug 2024 12:09:28 +0200 |
Edouard Tisserant |
MQTT: link to SSL only when needed.
|
changeset |
files
|
Wed, 24 Jul 2024 15:14:02 +0200 |
Edouard Tisserant |
IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
Tue, 23 Jul 2024 11:05:46 +0200 |
Edouard Tisserant |
MQTT: WIP, destroys paho client during failure handling at init and at cleanup. Use mutex to protect retrieve.
|
changeset |
files
|
Mon, 22 Jul 2024 16:13:27 +0200 |
Edouard Tisserant |
MQTT: Implements reconnecting in publish thread in case thread is waken-up but client is disconnected.
|
changeset |
files
|
Mon, 22 Jul 2024 16:09:12 +0200 |
Edouard Tisserant |
MQTT: take C part away from python code for readability.
|
changeset |
files
|
Mon, 22 Jul 2024 12:12:33 +0200 |
Edouard Tisserant |
MQTT: WIP, prevent crash after disconnect. Disable auto-reconnect on connection lost callback.
|
changeset |
files
|
Thu, 18 Jul 2024 12:05:26 +0200 |
Edouard Tisserant |
MQTT: Stop publish thread properly on PLC stop
|
changeset |
files
|
Thu, 18 Jul 2024 11:42:08 +0200 |
Edouard Tisserant |
MQTT: Fix overkill use of wx sizer
|
changeset |
files
|