Web page update including external docs.

This commit is contained in:
Roger A. Light 2022-07-06 16:28:07 +01:00
parent f1bf2938b0
commit ca009907e5
2 changed files with 67 additions and 30 deletions

View File

@ -31,6 +31,15 @@
* [Using the snap package] - specific instructions on installing and configuring the Mosquitto snap package.
* [Migrating from 1.x to 2.0] - details of changes needed to migrate to version 2.0.
# Third party
These are some Mosquitto documentation hosted by third parties.
* [Steve's internet guide] - a broad range of documentation and examples
covering Mosquitto and the Paho Python client, amongst others.
* [docs.cedalo.com] - includes documentation for both Mosquitto and Eclipse
Streamsheets
[mosquitto]:/man/mosquitto-8.html
[mosquitto.conf]:/man/mosquitto-conf-5.html
[mosquitto_passwd]:/man/mosquitto_passwd-1.html
@ -46,3 +55,6 @@
[Using the snap package]:/documentation/using-the-snap/
[Dynamic Security plugin]:/documentation/dynamic-security/
[Migrating from 1.x to 2.0]:/documentation/migrating-to-2-0/
[Steve's internet guide]: http://www.steves-internet-guide.com/
[docs.cedalo.com]: https://docs.cedalo.com/

View File

@ -27,8 +27,8 @@
and mosquitto_sub command line MQTT clients.</p>
<p>Mosquitto is part of the <a href="https://eclipse.org/">Eclipse
Foundation</a>, is an <a href="https://iot.eclipse.org/">iot.eclipse.org</a>
project and is sponsored by <a href="https://cedalo.com/">cedalo.com</a>.</p>
Foundation</a>, and is an <a href="https://iot.eclipse.org/">iot.eclipse.org</a>
project. The development is driven by <a href="https://cedalo.com/">Cedalo</a>.</p>
</div>
</section>
<hr/>
@ -37,43 +37,68 @@
<div class="container">
<div class="columns">
<div class="column column-justify">
<h1>Download</h1>
<h2 style="text-align: center">Download and Security</h2>
<p>Mosquitto is highly portable and available for a wide range of
platforms. Go to the dedicated <a href="/download">download
page</a> to find the source or binaries for your platform.</p>
<p>Read the <a href="ChangeLog.txt">Change Log</a> to find out
about recent releases.</p>
</div>
<div class="column column-justify">
<h1>Test</h1>
<p>You can have your own instance of Mosquitto running in
minutes, but to make testing even easier, the Mosquitto Project
runs a test server at <a
href="https://test.mosquitto.org/">test.mosquitto.org</a> where
you can test your clients in a variety of ways: plain MQTT,
MQTT over TLS, MQTT over TLS (with <a
href="https://test.mosquitto.org/ssl/">client certificate</a>),
MQTT over WebSockets and MQTT over WebSockets with TLS.</p>
</div>
<div class="column column-justify">
<h1>Community</h1>
<ul>
<li>Report bugs or submit changes on the <a href="https://github.com/eclipse/mosquitto">Github repository</a></li>
<li>Talk to other users on the <a href="https://dev.eclipse.org/mailman/listinfo/mosquitto-dev">Mosquitto mailing list</a>.
or on <a href="https://eclipse-iot-wg.slack.com/join/shared_invite/zt-d8zil9s0-NF5UHh92Odf3AbonspswHA#/">Slack</a>.</li>
<li><a href="/2017/06/citing-eclipse-mosquitto/">Cite Mosquitto</a> in your academic work.</li>
</ul>
</div>
<div class="column column-justify">
<h1>Security</h1>
<p>Use the <a href="/security">security</a> page to find out
<p>Use the <a href="security">security</a> page to find out
how to report vulnerabilities or responses to past security
issues.</p>
</div>
<div class="column column-justify">
<h2 style="text-align: center">Test</h2>
<p>You can have your own instance of Mosquitto running in
minutes, but to make testing even easier, the Mosquitto Project
runs a test server at
<a href="https://test.mosquitto.org/">test.mosquitto.org</a> where
you can test your clients in a variety of ways: plain MQTT,
MQTT over TLS, MQTT over TLS (with
<a href="https://test.mosquitto.org/ssl/">client certificate</a>),
MQTT over WebSockets and MQTT over WebSockets with TLS.</p>
</div>
</div>
<div class="columns">
<div class="column column-justify">
<h2 style="text-align: center">Community</h2>
<ul>
<li>Report bugs or submit changes on the <a href="https://github.com/eclipse/mosquitto">Github repository</a></li>
<li>Talk to other users on the <a href="https://dev.eclipse.org/mailman/listinfo/mosquitto-dev">Mosquitto mailing list</a>
or on <a href="https://eclipse-iot-wg.slack.com/join/shared_invite/zt-d8zil9s0-NF5UHh92Odf3AbonspswHA#/">Slack</a>.</li>
<li>Get help from the <a href="https://forum.cedalo.com/">forums</a>.</li>
<li><a href="2017/06/citing-eclipse-mosquitto/">Cite Mosquitto</a> in your academic work.</li>
</ul>
</div>
<div class="column column-justify">
<h2 style="text-align: center">Support</h2>
<p>Support is always available from the community channels on a
best effort basis. If you require commercial support,
<a href="cedalo.com/">Cedalo</a> can offer support for hosted
or on-premise instances, consulting on the use of Mosquitto,
and custom development to your needs.</p>
</div>
</div>
<div class="columns">
<div class="column column-justify">
<h2 style="text-align: center">Related Projects</h2>
<p><a href="https://eclipse.org/paho/">Paho</a> provides MQTT
client library implementations in a wide variety of
languages.</p>
<p><a href="https://eclipse.org/streamsheets/">Streamsheets</a> is an
easy to use web based real time spreadsheet interface that can
be used to process incoming data from a variety of sources,
such as MQTT, OPC-UA, and REST. Developers and non-developers
can use Streamsheets to control processes and build dashboards,
for example. Mosquitto is a core component of Streamsheets.</p>
</div>
<div class="column column-justify">
</div>
</div>
</div>
</section>