Skip to content

Files

Latest commit

 

History

History

mqtt-io-arm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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