diff options
Diffstat (limited to 'misc/mosquitto/README')
-rw-r--r-- | misc/mosquitto/README | 18 |
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> + |