A tool to help develop, test & monitor MQTT messages
1.1K
MQTT Antena is a simple, modern, web-based MQTT client application built with Python and Flask. It allows users to manage multiple MQTT broker connections by connecting to a broker, monitor real-time message streams, and publish messages through a clean web interface. It is intended to be used as a development/analysis tool for self-hosted MQTT-based applications. It is very useful for testing and debugging IoT messages between sensors and applications.
To run the container:
docker run -d --name mqtt-antena -p 8585:8585 -v ./data:/app/data -e SECRET_KEY=your_secret_key_here --restart unless-stopped fbossolan/mqtt-antena:latest
It can also be used as a Home Assistant addon:
For more details check the documentation

Content type
Image
Digest
sha256:176afb21b…
Size
56.8 MB
Last updated
5 months ago
docker pull fbossolan/mqtt-antena