-
Notifications
You must be signed in to change notification settings - Fork 930
techniques
Andy Piper edited this page Dec 2, 2013
·
1 revision
MQTT is a deliberately simple protocol.
This enables it to be extremely efficient both on the wire, and in memory. It also makes it quick and easy to get started and to learn.
You can think of the philosophy as being similar to a UNIX utility - it does one thing and does it well, and can be combined with other tools very easily
So... in that case... "how do I..."
MQTT Community Wiki by mqtt.org community members is licensed under a Creative Commons Attribution 4.0 International License and was made possible by the generosity of all of its contributors.