Sign inSign up

lssalas/hello-world-mqtt

By lssalas

Updated almost 2 years ago

Hello World MQTT- Python

Image
Languages & frameworks
0

195

lssalas/hello-world-mqtt repository overview

MQTTHelloWorld - Python

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.

Download the image from Docker Hub
  1. To download the image from Docker Hub:
docker pull lssalas/hello-world-mqtt:latest
  1. To run the image:
docker run -p 5000:5000 --name hello-world-mqtt-container lssalas/hello-world-mqtt:latest

Tag summary

Content type

Image

Digest

sha256:f17d4b294

Size

65.3 MB

Last updated

almost 2 years ago

docker pull lssalas/hello-world-mqtt