mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-23 20:08:10 -08:00
Added a link to letsencrypt-mosquitto (#69)
* Added a link to letsencrypt-mosquitto This docker container makes it really easy to create encrypted connections to a Mosquitto MQTT server. It uses the caddy web server to generate lets encrypt certificates which the Mosquitto MQTT broker then uses. It also includes the Mosquitto Go Authorization plugin https://github.com/iegomez/mosquitto-go-auth. The idea is to make life as easy as possible for the Mosquitto administrator. * Improved the Mosquitto Broker Listing Now it includes links to the test server, an actively maintained authorization plugin, and the docker container which makes it easy to generate lets encrypt certificats, and includes the authorization plugin. We will see if this one passes the tests...
This commit is contained in:
committed by
Sebastian Raff
parent
4ca7d58a11
commit
0807dc4ed2
@@ -67,7 +67,10 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [hrotti](https://github.com/alsm/hrotti) - A MQTT broker written in Go.
|
||||
* [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker.
|
||||
* [Mosca](http://www.mosca.io/) - Mosca is a node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application.
|
||||
* [Mosquitto](http://mosquitto.org/) - "The" Open Source MQTT Broker.
|
||||
* [Mosquitto](http://mosquitto.org/) - *"*The"** Open Source MQTT Broker.
|
||||
* [Free test server](https://mqtt.eclipse.org/) hosted by the Eclipse Foundation.
|
||||
* [Authorization Plugin in Go](https://github.com/iegomez/mosquitto-go-auth) supports many types of logins.
|
||||
* [Let's Encrypt Mosquitto Docker Container](https://hub.docker.com/r/pythonlinks/letsencrypt-mosquitto) makes it easy to encrypt.
|
||||
* [MyQttHub](https://myqtthub.com) - Cloud MQTT broker.
|
||||
* [Mystique](https://github.com/TheThingsIndustries/mystique) - An extendable MQTT broker written in Go, with HTTP capabilities for observability. Implements MQTT v3.1.1.
|
||||
* [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - RabbitMQ offers a MQTT Adapter.
|
||||
|
||||
Reference in New Issue
Block a user