summaryrefslogtreecommitdiff
path: root/misc/mosquitto/README
diff options
context:
space:
mode:
authorChristoph Willing <c.willing@uq.edu.au>2011-03-05 13:43:41 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-03-05 13:43:41 -0300
commitf95563184b7aba07ef0ec3f5a4ad0d79c41e005b (patch)
treed331c30f6919399d14222a4e9ed8d5ad80e16162 /misc/mosquitto/README
parentf984981018734ae27ddad8f5aff311477194ee82 (diff)
downloadslackbuilds-f95563184b7aba07ef0ec3f5a4ad0d79c41e005b.tar.gz
misc/mosquitto: Added (MQTT server)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/mosquitto/README')
-rw-r--r--misc/mosquitto/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/mosquitto/README b/misc/mosquitto/README
new file mode 100644
index 0000000000..fb9bd05dfa
--- /dev/null
+++ b/misc/mosquitto/README
@@ -0,0 +1,18 @@
+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.
+
+See the following links for more information on mqtt:
+
+http://mqtt.org/
+http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ac10840_.htm
+
+Mosquitto project information is available at the following locations:
+
+http://mosquitto.org/ (main homepage)
+http://launchpad.net/mosquitto (bug tracking, translations)
+http://bitbucket.org/oojah/mosquitto (hg source code repository)
+
+Mosquitto was written by Roger Light <roger@atchoo.org>
+