<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.mqtt.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>MQTT</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/"/>
    <id>http://www.mqtt.org/wiki/</id>
    <updated>2012-05-17T03:56:33-07:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://www.mqtt.org/wiki/feed.php" />
    <entry>
        <title>mosquitto_message_broker</title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/mosquitto_message_broker?do=revisions&amp;rev=1336216824"/>
        <published>2012-05-05T04:20:24-07:00</published>
        <updated>2012-05-05T04:20:24-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/mosquitto_message_broker?do=revisions&amp;rev=1336216824</id>
        <author>
            <name>dpslwk</name>
        </author>
        <summary>Introduction

Mosquitto is an Open Source MQTT v3.1 message broker written by Roger Light. It aims to provide the same features (and more) as IBM's Really Small Message Broker but as fully Open Source software.

quick link -&gt; to a blog post on getting started with Mosquitto on Ubuntu</summary>
    </entry>
    <entry>
        <title>bridge_protocol - created</title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/bridge_protocol?do=revisions&amp;rev=1335735763"/>
        <published>2012-04-29T14:42:43-07:00</published>
        <updated>2012-04-29T14:42:43-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/bridge_protocol?do=revisions&amp;rev=1335735763</id>
        <author>
            <name>ralight</name>
        </author>
        <summary>Bridges should ideally handle the protocol slightly different to normal clients. 

From a thread on the google group:

	&quot; You are right, RSMB recognizes when another RSMB connects to it via a
 bridge by using a different protocol version number (when try_private
 is true, which is the default).  If that connect fails, then the
 bridge will fall back to MQTT 3.1.   This internal protocol is the
 same as MQTT 3.1 except that:

 1) the retained flags are propagated on publish packets, and
 2) the s…</summary>
    </entry>
    <entry>
        <title>mqtt_protocol - Add Bridge protocol link.</title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/mqtt_protocol?do=revisions&amp;rev=1335735435"/>
        <published>2012-04-29T14:37:15-07:00</published>
        <updated>2012-04-29T14:37:15-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/mqtt_protocol?do=revisions&amp;rev=1335735435</id>
        <author>
            <name>ralight</name>
        </author>
        <summary>Specification

The current formal protocol specification can be found at:

	*  MQTT v3.1 specification

Clarifications

As questions arise around particular aspects of the specification, we are collecting clarifications:

	*  Topic format
	*  Security considerations
	*  Are topics dynamic?
	*  Overlapping topics
	*  KeepAlive for the client</summary>
    </entry>
    <entry>
        <title>keepalive_for_the_client - created</title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/keepalive_for_the_client?do=revisions&amp;rev=1334323293"/>
        <published>2012-04-13T06:21:33-07:00</published>
        <updated>2012-04-13T06:21:33-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/keepalive_for_the_client?do=revisions&amp;rev=1334323293</id>
        <author>
            <name>knolleary</name>
        </author>
        <summary>The keepAlive timer section of the spec (&lt;http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html#keep-alive-timer&gt;) does not properly identify the important of the keepalive for the client knowing that the server is still alive.

In the case of QoS0 messages, the client could be happily sending them well within the KA interval and never know the server was hung. As it is currently worded in the spec, that would be acceptable.</summary>
    </entry>
    <entry>
        <title>mqtt_at_eclipse - [Eclipse Paho] </title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/mqtt_at_eclipse?do=revisions&amp;rev=1333048210"/>
        <published>2012-03-29T12:10:10-07:00</published>
        <updated>2012-03-29T12:10:10-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/mqtt_at_eclipse?do=revisions&amp;rev=1333048210</id>
        <author>
            <name>andypiper</name>
        </author>
        <summary>Eclipse Paho

Paho is an Open Source machine-to-machine (M2M) messaging project. The project was proposed on November 3 2011 and it is currently in incubator status. Initial contributions were the Java and C clients for MQTT, donated by IBM.

	*  Paho project page
	*  Paho project wiki
	*  project proposal</summary>
    </entry>
    <entry>
        <title>server_support</title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/server_support?do=revisions&amp;rev=1333037760"/>
        <published>2012-03-29T09:16:00-07:00</published>
        <updated>2012-03-29T09:16:00-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/server_support?do=revisions&amp;rev=1333037760</id>
        <author>
            <name>andypiper</name>
        </author>
        <summary>This page documents the features that the various MQTT servers support.
 Server  QoS 0  QoS 1  QoS 2  v3.1 auth  bridge  $SYS/  Mosquitto  ✔  ✔  ✔  ✔  ✔  ✔  RSMB  ✔  ✔  ✔  ✔  ✔  ✔  WebSphere MQ  ✔  ✔  ✔  ✔  ✔  ✔ 
	*  list here any known additional limitations of individual implementations</summary>
    </entry>
    <entry>
        <title>example_uses - [Home Automation] added warm dirt link</title>
        <link rel="alternate" type="text/html" href="http://www.mqtt.org/wiki/doku.php/example_uses?do=revisions&amp;rev=1333035670"/>
        <published>2012-03-29T08:41:10-07:00</published>
        <updated>2012-03-29T08:41:10-07:00</updated>
        <id>http://www.mqtt.org/wiki/doku.php/example_uses?do=revisions&amp;rev=1333035670</id>
        <author>
            <name>andypiper</name>
        </author>
        <summary>If you know of good examples where MQTT is in use, please add them here.

Further examples are described in comments to a post Do you use MQTT? on the mosquitto blog.

Applications using MQTT

	*  Gaian DB a distributed database
	*  Location Aware Messaging for Accessibility, LAMA an IBM Extreme Blue Project
	*  Say It, Sign It (SiSi) an IBM Extreme Blue Project</summary>
    </entry>
</feed>

