Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

kmolima/mqtt_clients

Repository files navigation

MQTT clients to provide data to broker

Used for replaying data acquired by sensors.

Docker Build and Execution

docker build -t publisher .
docker run publisher:latest

To customize configuration parameters pass the absolut path of the YAML configuration file ($PATH_TO_YAML) as argument in the docker command:

docker run -v $PATH_TO_YAML:/etc/publisher/config.yaml publisher:latest

To mount a different data folder ($PATH_TO_DIR) override the following directory as argument in the docker command:

docker run -p 9091:9091 -v $PATH_TO_DIR:/data publisher:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published