DanNixon / mqtt-rubric-publisher

Tool to publish news to DAPNET rubrics via MQTT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT DAPNET rubric publisher

CI dependency status

Tool to publish calls and news to DAPNET rubrics via MQTT.

Usage

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.

Deployment

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

About

Tool to publish news to DAPNET rubrics via MQTT.

License:MIT License


Languages

Language:Rust 91.8%Language:Dockerfile 8.2%