fbossolan/mqtt-antena

By fbossolan

Updated 5 months ago

A tool to help develop, test & monitor MQTT messages

Image
Message queues
Internet of things
0

1.1K

fbossolan/mqtt-antena repository overview

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:
Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.

For more details check the documentation

Subscriptions

Tag summary

Content type

Image

Digest

sha256:176afb21b

Size

56.8 MB

Last updated

5 months ago

docker pull fbossolan/mqtt-antena