Главная / Документация / Настройка моста с локального брокера

Настройка моста с локального брокера

/etc/mosquitto/conf.d/bridge_wqtt.conf

**************************************************************************

connection wqtt
address server:port
try_private true
notifications true
start_type automatic
remote_clientid Local-Broker
remote_username User
remote_password Password
bridge_cafile /etc/ssl/certs/ca-certificates.crt
topic # both

**************************************************************************