A self-hosted MQTT environment for Internet of Things – Part 3
In the last post in this series, I will add persisting of sensor data to a database. I will also use an additional subscriber as a proxy for sending the…
Full-stack development and software architecture
In the last post in this series, I will add persisting of sensor data to a database. I will also use an additional subscriber as a proxy for sending the…
In the second post in this series, I will setup two ESP8266 microcontrollers with MQTT publishing through a Raspberry Pi-hosted Mosquitto broker. The idea is that the microcontrollers will send…
MQTT (MQ Telemetry Protocol) is a lightweight machine-to-machine communication protocol that works on top of TCP/IP and it is very much suited for usage in an Internet-of-Things scenario. MQTT uses the publish-subscribe pattern…
Adafruit hosts a cloud service, io.adafruit.com, where you can upload data from your devices and also subscribe to data from other devices. The service is currently in beta, but you…