Skip to content

Commit fb54c6b

Browse files
committed
added descriptions, terms and acronyms
1 parent 0795992 commit fb54c6b

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

_sites/faq.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: FAQ
33
index: 5
4+
description: Frequently asked questions about MQTT and a dictionary of terms and acronyms.
45
---
56

67
<section class="content-floating">
@@ -32,7 +33,47 @@ index: 5
3233
</div>
3334
<button class="accordion">Where can I find out more?</button>
3435
<div class="panel">
35-
<p>The specification and other documentation are available via the Specification page. Ask questions via one of the methods on StackOverflow. Try code via one of the projects on the Software page.</p>
36+
<p>The specification and other documentation are available via the <a href="{{ '/mqtt-specification' | relative_url }}">Specification page</a>. Ask questions via one of the methods on StackOverflow. Try code via one of the projects on the <a href="{{ '/mqtt-specification' | relative_url }}">Software page.</a></p>
37+
</div>
38+
</div>
39+
40+
<h1>Terms and acronyms</h1>
41+
<div class="accordion-wrapper" style="margin-bottom: 50px;">
42+
<button class="accordion">Broker</button>
43+
<div class="panel">
44+
<p>A <a href="http://en.wikipedia.org/wiki/Message_broker">broker</a> is a server that routes published messages to subscribers.</p>
45+
</div>
46+
<button class="accordion">Bridge</button>
47+
<div class="panel">
48+
<p>A connection between two MQTT brokers</p>
49+
</div>
50+
<button class="accordion">RSMB</button>
51+
<div class="panel">
52+
<p>Really Small Message Broker from IBM, now part of the Eclipse Mosquitto project</p>
53+
</div>
54+
<button class="accordion">LWT</button>
55+
<div class="panel">
56+
<p><a href="https://www.hivemq.com/blog/mqtt-essentials-part-9-last-will-and-testament/">Last Will and Testament.</a></p>
57+
</div>
58+
<button class="accordion">M2M</button>
59+
<div class="panel">
60+
<p><a href="http://en.wikipedia.org/wiki/Machine-to-Machine" rel="nofollow">Machine-to-Machine</a></p>
61+
</div>
62+
<button class="accordion">M2M IWG</button>
63+
<div class="panel">
64+
<p><a href="mqtt_at_eclipse">Machine-to-Machine Industry Working Group</a> at Eclipse</p>
65+
</div>
66+
<button class="accordion">IoT</button>
67+
<div class="panel">
68+
<p><a href="http://en.wikipedia.org/wiki/Internet_of_things" rel="nofollow">Internet of Things</a></p>
69+
</div>
70+
<button class="accordion">Paho</button>
71+
<div class="panel">
72+
<p>Eclipse Paho messaging project.</p>
73+
</div>
74+
<button class="accordion">QoS</button>
75+
<div class="panel">
76+
<p><a href="https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/">Quality of Service</a> levels</p>
3677
</div>
3778
</div>
3879
</section>

_sites/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Getting started
33
index: 1
4+
description: Useful resources to get you started with MQTT, the standard messaging and data exchange protocol for the Internet of Things (IoT).
45
---
56

67
<section class="content-floating">

_sites/mqtt-specification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: MQTT Specification
33
index: 2
4+
description: Links to documentation on the MQTT specification and APIs. High quality MQTT logo download.
45
---
56

67
<section class="content-floating">

_sites/software.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Software
33
index: 3
4+
description: A collection of links to all important MQTT brokers/servers, MQTT client libaries, tools and plugins.
45
---
56

67
<section class="content-floating">

_sites/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Cases
33
index: 4
4-
layout: default
4+
description: MQTT is the top choice of major companies worldwide for data exchange with constrained devices and server applications.
55
---
66

77
<div class="content-floating">

0 commit comments

Comments
 (0)