This commit is contained in:
JMARyA 2023-12-19 00:21:12 +01:00
parent 8a44e4aeef
commit d34c642377
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 140 additions and 5 deletions

View file

@ -34,7 +34,7 @@ Each message is inside a topic allowing for organizing them.
### 1. **IoT (Internet of Things):**
- MQTT is widely used in IoT scenarios for efficient communication between devices.
### 2. **Home Automation:**
- Smart homes leverage MQTT for controlling and monitoring devices. For example zigbee2mqtt with [Home Assistant](../applications/web/Home%20Assistant.md).
- Smart homes leverage MQTT for controlling and monitoring devices. For example [zigbee2mqtt](../applications/web/zigbee2mqtt.md) with [Home Assistant](../applications/web/Home%20Assistant.md).
### 3. **Messaging in Remote Locations:**
- Suitable for scenarios with low bandwidth, high latency, or unreliable connections.