Difference between revisions of "IoT - MQTT"
Jump to navigation
Jump to search
(Created page with "== Mosquitto == [https://mosquitto.org/ MosQuiTTo Web Site] *[https://mosquitto.org/man/mosquitto-conf-5.html mosquitto.conf — the configuration file for mosquitto] *[https...") |
|||
Line 1: | Line 1: | ||
− | == Mosquitto == | + | ==Mosquitto== |
[https://mosquitto.org/ MosQuiTTo Web Site] | [https://mosquitto.org/ MosQuiTTo Web Site] | ||
Line 43: | Line 43: | ||
===[http://patriot-geek.blogspot.com/2017/03/mqtt-topics-and-wildcards.html MQTT - Topics and Wildcards]=== | ===[http://patriot-geek.blogspot.com/2017/03/mqtt-topics-and-wildcards.html MQTT - Topics and Wildcards]=== | ||
+ | |||
+ | === [[MQTT Bridging]] === | ||
+ | <br /> |
Latest revision as of 20:28, 24 January 2021
Mosquitto
Tools
Links
- Documentation
- Setting up MQTT Mosquitto broker in Ubuntu Linux
- SEARCH: mqtt and google home
- SEARCH: sonoff mqtt
- A simple proof of concept home automation using Sonoff WiFi Switch, MQTT and Google Assistant platform.
- MQTT Essentials
- Introducing MQTT
- Publish & Subscribe
- Client, Broker and Connection Establishment
- MQTT Publish, Subscribe & Unsubscribe
- MQTT Topics & Best Practices
- Quality of Service 0, 1 & 2
- Persistent Session and Queuing Messages
- Retained Messages
- Last Will and Testament
- Keep Alive and Client Take-Over
MQTT - Topics and Wildcards
MQTT Bridging