This is the shipped English man-page reference for zerodds-mqtt-bridged — the same text as man zerodds-mqtt-bridged. The surrounding navigation follows the language switch; the reference body stays English, as man-pages conventionally do.
Dies ist die ausgelieferte englische man-page-Referenz für zerodds-mqtt-bridged — derselbe Text wie man zerodds-mqtt-bridged. Navigation und Seitenrahmen folgen dem Sprach-Umschalter; der Referenz-Body bleibt englisch, wie man-pages es konventionell tun.
NAME
zerodds-mqtt-bridged - DDS to MQTT 5 bridge daemon
SYNOPSIS
zerodds-mqtt-bridged [-c FILE | --config FILE] [--log-level LEVEL] [--validate-only] [-V | -h]
DESCRIPTION
zerodds-mqtt-bridged mirrors DDS topics to MQTT 5 broker topics and vice versa. Implements zerodds-mqtt-bridge-1.0(7). Talks to any MQTT 5 broker (Mosquitto, EMQX, HiveMQ) over TCP/TLS, auto-reconnects with exponential back-off, supports per-route MQTT QoS (0/1/2), Retain, MessageExpiry, ContentType and UserProperties.
OPTIONS
- -c, --config=FILE
-
YAML config; default /etc/zerodds/mqtt-bridged.yaml. See zerodds-mqtt-bridged.yaml(5).
- --log-level=LEVEL
-
Override log level.
- --validate-only
-
Validate config and exit.
SIGNALS
SIGTERM graceful shutdown, SIGHUP config reload (sessions persist).
ENVIRONMENT
ZERODDS_CONFIG , RUST_LOG .
EXIT STATUS
0 ok, 64 config error, 69 broker unreachable.
FILES
/etc/zerodds/mqtt-bridged.yaml , /var/log/zerodds/mqtt-bridged.log .
SEE ALSO
zerodds-mqtt-bridged.yaml(5), mosquitto(8).
STANDARDS
MQTT v5 (OASIS), DDS 1.4, RTPS 2.5.
AUTHORS
ZeroDDS Contributors <release@zerodds.org>.