MQTT
Message Queuing Telemetry Transport MQTT protocol -> publish-subscribe network protocol that transports messages between devices, usually through TCP/IP
Protocol defines 2 network entities:
- message broker -> receives messages from clients and then sends them to any clients subscribed to topic.
- a number of clients ->