Getting Hands-On with Internet of Things
Jun 15, 2015
Following my previous post on Getting Started with the Internet of Things, I would like to share, from my practical experience, some more ways of discovering what amazing things you can do by mixing the digital and the physical world (I purposely avoid naming the latter “real,” because to me they both are very ‘real’ ;-)).
This time, I will focus on the importance of complementing the transactional or “Request/Response” model, used by most traditional IT systems, with a more near real-time or “Publish/Subscribe” model, better suited for the Internet of Things. There are many reasons for doing this, and one important reason is the rapidly increasing volume of both things (devices) and data. Another important reason is the security problems that occur due to the fact that a pure Request/Response model would require each thing that needs to be controlled, to act as a (web) server. Almost anything that is a “server” can be hacked, so making each thing a “client” in a “Publish/Subscribe” model will decrease that security risk significantly.
The first video is about the de facto standard Publish/Subscribe protocol MQTT.
In the second video, I show how to share (publish) sensor data using MQTT.
The third video is about how to control things (sensors) using MQTT.