flask_mqtt_proxy/README.md

283 B

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