HTTP/MQTT proxy server
Go to file
flavien 20be6df30a
feat(config): config from env & pre-commit hooks
2023-04-04 18:49:29 +02:00
flask_mqtt_proxy feat(config): config from env & pre-commit hooks 2023-04-04 18:49:29 +02:00
.env.sample feat(config): config from env & pre-commit hooks 2023-04-04 18:49:29 +02:00
.gitignore Initial commit 2023-04-04 18:13:08 +02:00
.pre-commit-config.yaml feat(config): config from env & pre-commit hooks 2023-04-04 18:49:29 +02:00
LICENSE Initial commit 2023-04-04 18:13:08 +02:00
README.md feat(config): config from env & pre-commit hooks 2023-04-04 18:49:29 +02:00
poetry.lock feat(config): config from env & pre-commit hooks 2023-04-04 18:49:29 +02:00
pyproject.toml feat(config): config from env & pre-commit hooks 2023-04-04 18:49:29 +02:00

README.md

MQTT HTTP proxy

HTTP API that proxy message to an MQTT broker.
The http route is the topic example POST /topic/messages public to the topic /topic/messages.
The http request body is used as MQTT message payload.

TODO

  • create docker image
  • create CI pipeline