1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/mqtt-io-arm/README.md
2021-11-21 16:32:00 +08:00

440 B

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