1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/mqtt-io-arm/README.md

23 lines
440 B
Markdown
Raw Normal View History

2021-11-21 08:32:00 +00:00
mqtt-io
=======
[mqtt-io][1] 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
```
[1]: https://mqtt-io.app/