bridges http requests to mqtt
10K+
This is simple as possible!
Start server:
docker run -it --rm -p 9001:9001 oliverlorenz/http2mqtt
Connect MQTT client:
mosquitto_sub -h test.mosquitto.org -t "my/mqtt/topic"
Then open up your browser and type in:
http://localhost:9001/my/mqtt/topic
You will receive a "null" message in the client because, you don't send a payload. If you send payload, it will be visible there.
You can configure the project by using this environment variables
Content type
Image
Digest
Size
54.7 MB
Last updated
over 7 years ago
docker pull oliverlorenz/http2mqtt