dockerfiles/mqtt-io-arm
kevin c20ccd5a85 add mqtt-io-arm 2021-11-21 16:32:00 +08:00
..
data add mqtt-io-arm 2021-11-21 16:32:00 +08:00
Dockerfile add mqtt-io-arm 2021-11-21 16:32:00 +08:00
README.md add mqtt-io-arm 2021-11-21 16:32:00 +08:00
docker-compose.yml add mqtt-io-arm 2021-11-21 16:32:00 +08:00

mqtt-io

mqtt-io exposes general purpose inputs and outputs (GPIO), hardware sensors and serial devices to an MQTT server. Ideal for single-board computers such as the Raspberry Pi.

up and running

docker-compose up -d
docker-compose logs -f

mqtt sub/pub

mosquitto_sub -v -h test.mosquitto.org -t easypi/#
mosquitto_pub -h test.mosquitto.org -t easypi/output/light/set -m ON