#iot
Read more stories on Hashnode
Articles with this tag
File: MQTT_send_data.py: import json import time import paho.mqtt.client as mqtt SUB_TOPIC = "/api/blaze" PUB_TOPIC = "/api/minipc" def...
Introduction: MQTT (Message Queuing Telemetry Transport) is a powerful protocol communication in the world of IoT and automation. In this blog post,...