Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionboleac/mqtt-broker
MQTT broker over and without TLS
https://github.com/ionboleac/mqtt-broker
bash linux mqtt mqtt-broker
Last synced: 29 days ago
JSON representation
MQTT broker over and without TLS
- Host: GitHub
- URL: https://github.com/ionboleac/mqtt-broker
- Owner: IonBoleac
- License: cc-by-4.0
- Created: 2024-07-04T12:07:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T14:17:08.000Z (4 months ago)
- Last Synced: 2024-10-10T14:03:06.236Z (29 days ago)
- Topics: bash, linux, mqtt, mqtt-broker
- Language: Shell
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MQTT Broker with and without TLS
[![CC BY 4.0][cc-by-shield]][cc-by]
![MQTT Broker](STICH.jpeg)In this repo are some examples of running the MQTT Broker with and without TLS in a Linux-based OS. The MQTT Broker is the Mosquitto Broker. The examples are in two directories: `mqtt-tls` and `mqtt-no-tls`. The `mqtt-tls` directory contains the files necessary to run the MQTT Broker with TLS. The `mqtt-no-tls` directory contains the files necessary to run the MQTT Broker without TLS. This last directory is useful to run the MQTT Broker with and without authentication.
| **File** | **Description** |
| --- | --- |
| **[/mqtt-tls/README.md](./mqtt-tls/README.md)** | File that contains the instructions to run the MQTT Broker over TLS |
| **[/mqtt-no-tls/README.md](./mqtt-no-tls/README.md)** | File that contains the instructions to run the MQTT Broker without TLS |# License
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg