/mosquitto

Docker build of mosquitto, an mqtt broker.

MIT LicenseMIT

Open Energy Mosquitto

This is part of the Open Energy Project, a research project aiming to make it easier and faster to prototype smart energy services.

Description

This is a docker build of mosquitto, an MQTT broker.

Currently it is only for raspberry pi! For intel/amd, you might as well use jllopis/mosquitto.

Get it

docker pull openenergy/rpi-mosquitto

Run it

docker run -p 1883:1883 --name mosquitto -d openenergy/rpi-mosquitto