- IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes 8 months ago, by Edouard Tisserant
- MQTT: WIP fix modified status not being set when adding and modifying topics or attributes. 8 months ago, by Edouard Tisserant
- MQTT: WIP, PLC starts even if MQTT client can't connect broker, and publish+subscribe again when reconnecting. 8 months ago, by Edouard Tisserant
- MQTT: WIP, destroys paho client during failure handling at init and at cleanup. Use mutex to protect retrieve. 8 months ago, by Edouard Tisserant
- MQTT: Implements reconnecting in publish thread in case thread is waken-up but client is disconnected. 8 months ago, by Edouard Tisserant
- MQTT: take C part away from python code for readability. 8 months ago, by Edouard Tisserant
- MQTT: WIP, prevent crash after disconnect. Disable auto-reconnect on connection lost callback. 8 months ago, by Edouard Tisserant
- MQTT: Stop publish thread properly on PLC stop 8 months ago, by Edouard Tisserant
- MQTT: Fix overkill use of wx sizer 8 months ago, by Edouard Tisserant
- MQTT: Fix crash when browsing locations 8 months ago, by Edouard Tisserant
- MQTT: WIP. Added handling of received messages (subscriptions) 8 months ago, by Edouard Tisserant
- MQTT: WIP, added publish thread waking-up when published variables change. 8 months ago, by Edouard Tisserant
- MQTT: WIP, subscibed topics have no "Retained" attribute. 8 months ago, by Edouard Tisserant
- MQTT: WIP, now publishes initial values at init. 8 months ago, by Edouard Tisserant