Adding MQTT to your toolkit
MQTT, an extremely lightweight publish/subscribe protocol, has taken off quickly in the IoT space. Sean Dague explores the MQTT protocol and demonstrates how it is used in projects like Home Assistant (open source home automation), cloud-based IoT hubs, and projects based on the ESP8266 platform.
Talk Title | Adding MQTT to your toolkit |
Speakers | Sean Dague (IBM) |
Conference | O’Reilly Open Source Convention |
Conf Tag | Put open source to work |
Location | Portland, Oregon |
Date | July 16-19, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Over the last 20 years, we’ve managed to do incredible things with HTTP, making it the de facto application protocol. This works great for call-and-response applications, but real-time event notification to clients over HTTP is less than elegant. Enter MQTT, an extremely lightweight publish/subscribe protocol that has taken off quickly in the IoT space. Sean Dague explores the MQTT protocol and demonstrates how it is used in projects like Home Assistant (open source home automation), cloud-based IoT hubs, and projects based on the ESP8266 platform. Sean also explains why you should start thinking about the world as topic trees, how you can consume this information from the web, and why every home really should have a message bus. MQTT is a technology that you should have in your toolkit for building real-time services. Join in to get started.