aboutsummaryrefslogtreecommitdiff
path: root/misc/mosquitto/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2018-02-09 08:03:34 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-10 08:09:27 +0700
commit8c4a303010ddf4dc0548277a5ae21ca146060c00 (patch)
treec892fdacff25888417c647d8fa9c89cdca08f31f /misc/mosquitto/README
parentc76cd0e3ae4ec7cdcb1e61e1201e9aceac7ffe34 (diff)
misc/mosquitto: Update README, slack-desc
Signed-off-by: Christoph Willing <chris.willing@linux.com>
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 d382c30eff2d..379c1ea33370 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>