|
1 | 1 | ---
|
2 | 2 | title: FAQ
|
3 | 3 | index: 5
|
| 4 | +description: Frequently asked questions about MQTT and a dictionary of terms and acronyms. |
4 | 5 | ---
|
5 | 6 |
|
6 | 7 | <section class="content-floating">
|
@@ -32,7 +33,47 @@ index: 5
|
32 | 33 | </div>
|
33 | 34 | <button class="accordion">Where can I find out more?</button>
|
34 | 35 | <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> |
36 | 77 | </div>
|
37 | 78 | </div>
|
38 | 79 | </section>
|
|
0 commit comments