Module to provide MQTT client functionality.
The app includes an intuitive GUI to setup the MQTTClient configuration.
For further information check out the documentation in the folder "docu".
Data of registered events to be forwarded via MQTT are always published as converted data type "string".
Tested on
Device | Firmware version | Module version |
---|---|---|
SIM800 | V1.2.0 | v2.1.1 |
SIM1012 | V2.4.2 | v2.1.0 |
SIM1012 | V2.4.2 | v2.0.0 |
SIM1012 | V2.4.1 | v1.0.0 |
SIM1012 | V2.2.0 | v0.4.1 |
SIM2500 | V1.6.0 | v1.1.0 |
Inspector 85x | V3.6.0 | v1.1.0 |
SICK AppEngine | V1.7.0 | v2.0.0 |
SICK AppEngine | V1.5.0 | v1.0.0, v1.1.0 |
SICK AppEngine | V1.3.2 | v0.4.1 |
TDC-E | L4M 2023.1 | v0.4.1 |
This module is part of the SICK AppSpace Coding Starter Kit developing approach.
It is programmed in an object-oriented way. Some of these modules use kind of "classes" in Lua to make it possible to reuse code / classes in other projects.
In general, it is not neccessary to code this way, but the architecture of this app can serve as a sample to be used especially for bigger projects and to make it easier to share code.
Please check the documentation of CSK for further information.
Coding Starter Kit, CSK, Module, SICK-AppSpace, MQTT, Client