IoT demo, showcasing sensor reading and data visualisation using Qt
IoT gateway application, reading and visualising 8 different sensors: ambient and object temperature, humidity, altitude, light intensity, magnetometer, gyroscope, and accelerometer. The sensor data may be read from local mock sensors or from a network server, using the MQTT messaging protocol.
IoTSensor is an IoT application, implemented with Qt and QML. It uses the MQTT messaging protocol to read sensor data from a remote server. The application can be run without a network connection, using three pre-defined mock sensors. Sensor data is visualised using Qt Data Visualisation library.