Expermental mqtt clients. Nothing much works, yet. Not even these instructions.
- Install assumes Linux but should run anywhere with docker support.
- docker, docker-compose and make.
- https://github.com/AllStarLink/asl-mqtt-mosquitto or MQTT broker of choice.
apt install docker docker-compose make
Clone this repo to directory of choice, usually /usr/src
.
cd asl-mqtt
make ; Make is not working yet. Copy the files to /var/docker/asl-mqtt for now.
cd /var/docker/asl-mqtt
Edit the environment:
section of docker-compose.yml
Docker Compose is sensitive to indentation. Be sure to keep things lined up.
Start the normal docker-composer ways. In the directory where docker-compose.yml exists do
docker-dompose up -d
Subscribe to all topics
mosquitto_sub -t "#" -v
This work is based on other work from: