MQTT testing for IoT devices on the Raspberry Pi

; Date: Mon Apr 17 2017

Tags: Internet of Things »»»» MQTT

MQTT is a lightweight communications protocol meant for Internet of Things devices. It acts like a giant merry-go-round sending messages through a hierarchical structure of ports. It offers three levels of Quality of Service, from level 0 where messages can be lost, to level 2 where messages are held and resent if necessary. MQTT is easy to install on a Raspberry Pi or other Linux Single Board Computing device. MQTT itself is powerful, and the NODE RED platform (which is bundled in the Raspberry Pi) can make great use of MQTT and other facilities.

About the Author(s)

(davidherron.com) David Herron : David Herron is a writer and software engineer focusing on the wise use of technology. He is especially interested in clean energy technologies like solar power, wind power, and electric cars. David worked for nearly 30 years in Silicon Valley on software ranging from electronic mail systems, to video streaming, to the Java programming language, and has published several books on Node.js programming and electric vehicles.