Categorygithub.com/bakito/rest2mqtt
modulepackage
0.0.0-20241216065344-2414f6ccdf5f
Repository: https://github.com/bakito/rest2mqtt.git
Documentation: pkg.go.dev

# README

rest to MQTT bridge

Post Request

{
  "topic": "api/test",
  "payload": "test",
  "qos": 0,
  "retained": false
}
curl --data '{"token":"<token>", "topic":"api/test", "payload": "test","qos":0, "retained":false }' localhost:8080/v1/mqtt

curl -H "Authorization: Bearer <token>" --data '{"topic":"api/test", "payload": "test","qos":0, "retained":false }' localhost:8080/v1/mqtt

Build for rpi

podman build -t rest2mqtt --build-arg ARG_GOARCH=arm --build-arg ARG_GOARM=7 .

# Packages

No description provided by the author