Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 12, 2024
1 parent 37586e3 commit 6d8db6e
Show file tree
Hide file tree
Showing 1,989 changed files with 4,103 additions and 3,949 deletions.
4 changes: 2 additions & 2 deletions docs/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
11 changes: 11 additions & 0 deletions docs/asyncapi/client-control/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/api/mqttapis/client-control">
<link rel="canonical" href="/documentation-staging/mosquitto/api/mqttapis/client-control" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/api/mqttapis/client-control' + window.location.search + window.location.hash;
</script>
</html>
4 changes: 2 additions & 2 deletions docs/docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/management-center/mc-application-tokens-rest-api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/platform-overview">
<link rel="canonical" href="/documentation-staging/mosquitto/platform-overview" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/platform-overview' + window.location.search + window.location.hash;
</script>
</html>
11 changes: 11 additions & 0 deletions docs/management-center/mc-dynamic-security-rest-api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/platform-overview">
<link rel="canonical" href="/documentation-staging/mosquitto/platform-overview" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/platform-overview' + window.location.search + window.location.hash;
</script>
</html>
11 changes: 11 additions & 0 deletions docs/management-center/mc-dynamic-security/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/security/mosquitto/dynamic-security">
<link rel="canonical" href="/documentation-staging/mosquitto/security/mosquitto/dynamic-security" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/security/mosquitto/dynamic-security' + window.location.search + window.location.hash;
</script>
</html>
11 changes: 11 additions & 0 deletions docs/management-center/mc-monitoring-rest-api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/platform-overview">
<link rel="canonical" href="/documentation-staging/mosquitto/platform-overview" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/platform-overview' + window.location.search + window.location.hash;
</script>
</html>
11 changes: 11 additions & 0 deletions docs/management-center/mc-user-management-rest-api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/platform-overview">
<link rel="canonical" href="/documentation-staging/mosquitto/platform-overview" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/platform-overview' + window.location.search + window.location.hash;
</script>
</html>
11 changes: 11 additions & 0 deletions docs/management-center/mc-user-management/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/documentation-staging/mosquitto/platform-overview">
<link rel="canonical" href="/documentation-staging/mosquitto/platform-overview" />
</head>
<script>
window.location.href = '/documentation-staging/mosquitto/platform-overview' + window.location.search + window.location.hash;
</script>
</html>
4 changes: 2 additions & 2 deletions docs/mosquitto/2.8/MQTT/mqtt-brief-description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"><link rel="stylesheet" href="/documentation-staging/assets/css/styles.ba082fc1.css">
<link rel="preload" href="/documentation-staging/assets/js/runtime~main.62a9bdd4.js" as="script">
<link rel="preload" href="/documentation-staging/assets/js/main.23263d9e.js" as="script">
<link rel="preload" href="/documentation-staging/assets/js/main.56697246.js" as="script">
</head>
<body class="navigation-with-keyboard">
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){var t=null;try{t=localStorage.getItem("theme")}catch(t){}return t}();t(null!==e?e:"light")}()</script><div id="__docusaurus">
Expand All @@ -21,6 +21,6 @@
<!-- -->![tcpTLS]<!-- --> (./_images//tcpTLS.gif)</p><p>For example, a MQTT client is located after a router, using the NAT (Network Address Translation) to transmit from a private network address to a public address.
<!-- -->![bidirectionalPublishing]<!-- --> (./_images//bidirectionalPublishing.png)</p><p>messages = any kind of data (text, pictures, .json, etc.)</p><p>MQTT is not a message queue - Attention!</p><p>It&#x27;s possible to have message queues per client in MQTT.</p><p>Even though a few characteristics seem to be the same, particular the publish-subscribe model (&quot;pub-sub&quot;).</p><p>In contrast, message queues store messages, as the name tells, and forward these messages between server applications.</p><p>The biggest difference certainly is that message queues often offer very large data storage volumes, enabling to safe all data coming in. But on the other hand, offering only a little access capacity.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="basic-features">Basic Features<a class="hash-link" href="#basic-features" title="Direct link to heading"></a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="quality-of-service">Quality of Service<a class="hash-link" href="#quality-of-service" title="Direct link to heading"></a></h3><p>MQTT defines three levels of Quality of Service (QoS). The QoS defines the level of guarantee to ensure that a message is received.</p><p>Higher levels of QoS are more reliable, but involve higher latency and have higher bandwidth requirements.</p><p>Messages may be sent at any QoS level, and clients may attempt to subscribe to topics at any QoS level. This means that the client chooses the maximum QoS it will receive.</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="retained-messages">Retained Messages<a class="hash-link" href="#retained-messages" title="Direct link to heading"></a></h3><p>Messages set as &#x27;retained&#x27; means that the broker will keep the message even after sending it to all current subscribers. </p><p>If a new subscription is made that matches the topic of the retained message, then the message will be sent to the client.</p><p>This is useful as a &quot;last known good&quot; mechanism. If a topic is only updated infrequently, then without a retained message, a newly subscribed client may have to wait a long time to receive an update. </p><p>With a retained message, the client will receive an instant update.</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="clean-session--durable-connections">Clean session / Durable connections<a class="hash-link" href="#clean-session--durable-connections" title="Direct link to heading"></a></h3><p>On connection, a client sets the &quot;clean session&quot; flag, which is sometimes also known as the &quot;clean start&quot; flag.</p><p>If clean session is set to false, then the connection is treated as durable. This means that when the client disconnects, any subscriptions it has will remain and any subsequent QoS 1 or 2 messages will be stored until it connects again in the future.</p><p>If clean session is true, then all subscriptions will be removed for the client when it disconnects.</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="wills">Wills<a class="hash-link" href="#wills" title="Direct link to heading"></a></h3><p>When a client connects to a broker, it may inform the broker that it has a will.</p><p>This is a message that it wishes the broker to send when the client disconnects unexpectedly.</p></div></article><nav class="pagination-nav docusaurus-mt-lg" aria-label="Docs pages navigation"></nav></div></div><div class="col col--3"><div class="tableOfContents_bqdL thin-scrollbar theme-doc-toc-desktop"><ul class="table-of-contents table-of-contents__left-border"><li><a href="#description" class="table-of-contents__link toc-highlight">Description</a></li><li><a href="#publishsubscribe" class="table-of-contents__link toc-highlight">Publish/Subscribe</a></li><li><a href="#connecting" class="table-of-contents__link toc-highlight">Connecting</a></li><li><a href="#basic-features" class="table-of-contents__link toc-highlight">Basic Features</a><ul><li><a href="#quality-of-service" class="table-of-contents__link toc-highlight">Quality of Service</a></li><li><a href="#retained-messages" class="table-of-contents__link toc-highlight">Retained Messages</a></li><li><a href="#clean-session--durable-connections" class="table-of-contents__link toc-highlight">Clean session / Durable connections</a></li><li><a href="#wills" class="table-of-contents__link toc-highlight">Wills</a></li></ul></li></ul></div></div></div></div></main></div></div><footer class="footer footer--dark"><div class="container container-fluid"><div class="row footer__links"><div class="col footer__col"><div class="footer__title">Community</div><ul class="footer__items clean-list"><li class="footer__item"><a href="https://www.youtube.com/channel/UCNt5DpS4KIOJwgCDiS-nVJQ" target="_blank" rel="noopener noreferrer" class="footer__link-item">YouTube<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://twitter.com/cedalo_com" target="_blank" rel="noopener noreferrer" class="footer__link-item">Twitter<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://www.linkedin.com/company/cedalo-ag" target="_blank" rel="noopener noreferrer" class="footer__link-item">LinkedIn<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://github.com/cedalo" target="_blank" rel="noopener noreferrer" class="footer__link-item">GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div><div class="col footer__col"><div class="footer__title">Open Source</div><ul class="footer__items clean-list"><li class="footer__item"><a href="https://github.com/eclipse/mosquitto" target="_blank" rel="noopener noreferrer" class="footer__link-item">Eclipse Mosquitto GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://github.com/eclipse/streamsheets" target="_blank" rel="noopener noreferrer" class="footer__link-item">Eclipse Streamsheets GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://github.com/cedalo/management-center" target="_blank" rel="noopener noreferrer" class="footer__link-item">Management Center GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div><div class="col footer__col"><div class="footer__title">Company</div><ul class="footer__items clean-list"><li class="footer__item"><a href="https://cedalo.com/blog/" target="_blank" rel="noopener noreferrer" class="footer__link-item">News<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://cedalo.com/contact-us/" target="_blank" rel="noopener noreferrer" class="footer__link-item">Contact<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://cedalo.com/privacy-policy/" target="_blank" rel="noopener noreferrer" class="footer__link-item">Privacy<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://cedalo.com/legal-notice/" target="_blank" rel="noopener noreferrer" class="footer__link-item">Legal Notice<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div></div><div class="footer__bottom text--center"><div class="footer__copyright">Copyright © 2024 Cedalo GmbH. Built with Docusaurus.</div></div></div></footer></div>
<script src="/documentation-staging/assets/js/runtime~main.62a9bdd4.js"></script>
<script src="/documentation-staging/assets/js/main.23263d9e.js"></script>
<script src="/documentation-staging/assets/js/main.56697246.js"></script>
</body>
</html>
Loading

0 comments on commit 6d8db6e

Please sign in to comment.