summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/mqttdataproviderpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SensorTag: Prefer loading MQTT configuration from fileMaurice Kalinowski2018-10-251-4/+65
| | | | | | | | | To avoid accidently pushing credentials, they should not be patched into the header, but rather be placed in to a file co-located to the executable. Change-Id: I03950107f39a88b0f1c7deb49ff16d25ddf9df4d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* iot-sensortag: Add support for MQTTMaurice Kalinowski2017-09-271-0/+123
Using MQTT a sensor can send its data to a broker as well as display data from a remote MQTT broker. Change-Id: I01f961e89b2c6d028498ce61e4087a47742b8b82 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>