<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=MQTT</id>
	<title>MQTT - revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=MQTT"/>
	<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=MQTT&amp;action=history"/>
	<updated>2026-07-11T17:17:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=MQTT&amp;diff=10765&amp;oldid=prev</id>
		<title>Dank: Created page with &quot;MQTT is a pubsub protocol using a single broker and arbitrary number of clients and topics. Clients subscribe to topics, informing the broker of their subscriptions (clients do not receive messages on topics to which they are unsubscribed, and publishers do not need to know about clients). MQTT mandates a reliable transport. Each topic can &lt;i&gt;retain&lt;/i&gt; a message, which will immedaitely be provided to new clients. There is otherwise no queue, despite MQTT&#039;s origins in IB...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=MQTT&amp;diff=10765&amp;oldid=prev"/>
		<updated>2024-07-07T03:07:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;MQTT is a pubsub protocol using a single broker and arbitrary number of clients and topics. Clients subscribe to topics, informing the broker of their subscriptions (clients do not receive messages on topics to which they are unsubscribed, and publishers do not need to know about clients). MQTT mandates a reliable transport. Each topic can &amp;lt;i&amp;gt;retain&amp;lt;/i&amp;gt; a message, which will immedaitely be provided to new clients. There is otherwise no queue, despite MQTT&amp;#039;s origins in IB...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;MQTT is a pubsub protocol using a single broker and arbitrary number of clients and topics. Clients subscribe to topics, informing the broker of their subscriptions (clients do not receive messages on topics to which they are unsubscribed, and publishers do not need to know about clients). MQTT mandates a reliable transport. Each topic can &amp;lt;i&amp;gt;retain&amp;lt;/i&amp;gt; a message, which will immedaitely be provided to new clients. There is otherwise no queue, despite MQTT&amp;#039;s origins in IBM&amp;#039;s MQ. Clients and publishers can maintain persistent connections to the broker.&lt;br /&gt;
&lt;br /&gt;
[https://github.com/eclipse/mosquitto Eclipse Mosquitto] is a popular open source implementation of an MQTT publisher, client, and broker.&lt;/div&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
</feed>