mqtt/client.py
2 months ago Edouard Tisserant MQTT: allow publish and subscribe from user python code.
5 months ago Edouard Tisserant MQTT: Add status global variable MQTT_STATUS_n, one per MQTT client
5 months ago Edouard Tisserant MQTT: strip unsupported types from type choice dropdown, better wrong type detection in build.
5 months ago Edouard Tisserant MQTT: Update available type choices when data types are changed in the IDE
6 months ago Edouard Tisserant MQTT: add JSON payload corresponding to IEC Structured types
6 months ago Edouard Tisserant MQTT: add dropdown to select type assigned to a topic
6 months ago Edouard Tisserant MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
6 months ago Edouard Tisserant MQTT: add SSL support
7 months ago Edouard Tisserant MQTT: link to SSL only when needed.
8 months ago Edouard Tisserant MQTT: Fix crash when browsing locations
8 months ago Edouard Tisserant MQTT: WIP, now connects to broker. Added MQTT 3 support and protocol version selection in IDE.
8 months ago Edouard Tisserant MQTT: (WIP) Fix OpenSSL linking.
8 months ago Edouard Tisserant MQTT: still WIP, generated C code builds and link.
9 months ago Edouard Tisserant MQTT WIP: intermediate state, implementing MQTT client C code generator.
9 months ago Edouard Tisserant WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.