summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/mqttdataprovider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* iot-sensortag: Fix build against 5.10.0Maurice Kalinowski2017-12-181-1/+1
| | | | | | | | | Before the final release the Qt Mqtt API has been updated. Change-Id: I6f9e3e9cc5db16fe87d3493f12703194e9f14654 Reviewed-by: Lorenz Haas <lorenz.haas@histomatics.de> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* iot-sensortag: Add support for MQTTMaurice Kalinowski2017-09-271-0/+214
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>