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

kmolima/mqtt_clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb82ea0 · Apr 18, 2023

History

29 Commits
Mar 24, 2023
Apr 17, 2023
Apr 18, 2023
Apr 12, 2023
Apr 12, 2023
Apr 17, 2023
Dec 14, 2022
Apr 18, 2023
Apr 18, 2023
Mar 24, 2023
Mar 24, 2023
Feb 27, 2023

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