Move MQTT-SN clients into a separate table
diff --git a/downloads.php b/downloads.php
index a53d7b0..ac9ed2f 100644
--- a/downloads.php
+++ b/downloads.php
@@ -38,11 +38,9 @@
</div>
</div>
-
-<h2>Stable</h2>
<div class="panel panel-default">
<div class="panel-heading">
- <h2 class="panel-title">Mqtt Clients</h2>
+ <h2 class="panel-title">MQTT Clients</h2>
</div>
<div class="panel-body">
<table class="table table-hover table-bordered">
@@ -123,6 +121,32 @@
</div>
</div>
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h2 class="panel-title">MQTT-SN Clients</h2>
+ </div>
+ <div class="panel-body">
+ <table class="table table-hover table-bordered">
+ <thead>
+ <tr>
+ <th>Client</th>
+ <th>Official Release</th>
+ <th>Unstable</th>
+ <th>GitHub</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <th scope="row">Embedded C Client</th>
+ <td>1.0.0 - <a href="https://github.com/eclipse/paho.mqtt.embedded-c/releases/tag/v1.0.0"><i>Build from Source</i></a></td>
+ <td><a target="_blank" href="https://github.com/eclipse/paho.mqtt-sn.embedded-c"><i>Build from master branch</i></a></td>
+ <td><a target="_blank" href="https://github.com/eclipse/paho.mqtt-sn.embedded-c">https://github.com/eclipse/paho.mqtt-sn.embedded-c</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+</div>
+
<h2>Experimental</h2>