$ whoami Alwin Arrasyid
Web app code:
https://github.com/alwint3r/iot-webapp-base
Quoting from mqtt.org,
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport.
Broker
IoT Device
App
{ "switch": 0 }
topic: winter/control
{ "temperature": 28.2 }
topic: winter/data
By Alwin Arrasyid
Software Engineer @dycodex, FOSS enthusiast.