A web service that extracts sensor data from the MQTT endpoint mqtt.gaisasargs.lv:1883 (configured on the device #12 and implemented during #13 ) by the device ID and displays a chart of the sensor values from the last 24 hours.
Device dashboard URL HASH(MACID).dati.gaisasargs.lv where HASH(MACID) is a some hash value of the device MAC ID. We don't want to expose the MACID, right? The hash function must be available to the device firmware in order to display the URL on the screen.
A web service that extracts sensor data from the MQTT endpoint
mqtt.gaisasargs.lv:1883
(configured on the device #12 and implemented during #13 ) by the device ID and displays a chart of the sensor values from the last 24 hours.HASH(MACID).dati.gaisasargs.lv
where HASH(MACID) is a some hash value of the device MAC ID. We don't want to expose the MACID, right? The hash function must be available to the device firmware in order to display the URL on the screen.