https://github.com/andyneff/simple-mqtt
Everything you need to know to get started with Mosquitto in one line
https://github.com/andyneff/simple-mqtt
Last synced: 5 months ago
JSON representation
Everything you need to know to get started with Mosquitto in one line
- Host: GitHub
- URL: https://github.com/andyneff/simple-mqtt
- Owner: andyneff
- License: mit
- Created: 2022-11-29T18:39:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T18:54:42.000Z (over 3 years ago)
- Last Synced: 2025-08-14T00:26:57.303Z (11 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a very simple example of a working MQTT server using the official `eclipse-mosquitto` image
**Warning**: This is not a secure example, no TLS configured
All you have to do is:
```
docker-compose up
```
As you will see in the output, this:
1. Sets a test username and password (no output visible)
2. Start the mosquitto server, and expose it externally to port 1883
3. Start a Subscriber (internally)
4. Run a test publish message (internally)