Tool to publish calls and news to DAPNET rubrics via MQTT.
See mqtt-rubric-publisher --help
.
A mapping file is used to define how MQTT topics map to DAPNET call recipients and rubrics. An example of such file is provided here.
A container image is published. Use it however you like.
e.g. via Podman:
podman run \
--rm -it \
-e RUST_LOG=debug \
-e DAPNET_USERNAME="<username>" \
-e DAPNET_PASSWORD="<password>" \
-e MQTT_BROKER=broker.hivemq.com \
-v ./examples:/config \
ghcr.io/DanNixon/mqtt-rubric-publisher:latest