Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Internet of Things with MQTT

You're reading from  Hands-On Internet of Things with MQTT

Product type Book
Published in Oct 2019
Publisher Packt
ISBN-13 9781789341782
Pages 350 pages
Edition 1st Edition
Languages
Author (1):
Tim Pulver Tim Pulver
Profile icon Tim Pulver

Table of Contents (16) Chapters

Title Page
Copyright and Credits About Packt Contributors Preface The Internet of Things in a Nutshell Basic Architecture of an IoT Prototype Getting Started with MQTT Setting Up a Lab Environment Building Your Own Automatic Pet Food Dispenser Building a Smart E-Ink To-Do List Building a Smart Productivity Cube, Part 1 Building a Smart Productivity Cube, Part 2 Presenting Your Own Prototype Assessments Other Books You May Enjoy

Sending messages via MQTT

Our device is now ready to receive messages via MQTT. The MQTT server we are using features an MQTT, as well as an HTTP-interface. There are many different ways that we can now send messages to our device:

  • Via Terminal/PowerShell as MQTT messages using an MQTT client such as Mosquitto
  • Via Terminal/PowerShell as HTTP messages using curl
  • Via a third-party iOS/Android app
  • Via a third-party macOS/Windows/Linux app
  • Via a third-party web-based client (for example, http://www.hivemq.com/demos/websocket-client/)
  • Via a custom-made website using a JavaScript-MQTT client
  • Via a custom Android/iOS/macOS/Linux/Windows app using MQTT-client

Basically everything is possible depending on how you send text to your device. MQTT is amazing!

Because programming a custom app would be a bit much on top of what you have already learned, we will focus on the easier...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}