Hello World MQTT- Python
195
This is a "Hello World" project using MQTT in Python. The application connects to an MQTT broker, subscribes to a topic, and receives messages published to that topic. It also exposes a RESTful API using Flask, with automatically generated interactive documentation using Swagger UI.
docker pull lssalas/hello-world-mqtt:latest
docker run -p 5000:5000 --name hello-world-mqtt-container lssalas/hello-world-mqtt:latest
Content type
Image
Digest
sha256:f17d4b294…
Size
65.3 MB
Last updated
almost 2 years ago
docker pull lssalas/hello-world-mqtt