summaryrefslogtreecommitdiffstats
path: root/misc/mosquitto/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mosquitto/README')
-rw-r--r--misc/mosquitto/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/mosquitto/README b/misc/mosquitto/README
index d382c30eff..379c1ea333 100644
--- a/misc/mosquitto/README
+++ b/misc/mosquitto/README
@@ -1,9 +1,9 @@
-Mosquitto is an open source implementation of a server for version 3 of the
-mqtt protocol. IBM have a closed source version of this server, known as
-Really Small Message Broker (rsmb). The plan is to make this a more or less
-drop in replacement.
+Eclipse Mosquitto (TM) is an open source (EPL/EDL licensed) message broker that
+implements the MQTT protocol versions 3.1 and 3.1.1. MQTT provides a
+lightweight method of carrying out messaging using a publish/subscribe model.
+This makes it suitable for "Internet of Things" messaging such as with
+low power sensors or mobile devices such as phones, embedded computers or
+microcontrollers like the Arduino.
-From version 1.4, Python bindings are no longer included, but are available
-separately from the Eclipse paho-mqtt project.
+Mosquitto is an iot.eclipse.org project.
-Mosquitto was written by Roger Light <roger@atchoo.org>