Mosquitto 动态桥接
Mosquitto-Dynamic Bridging
我想知道你们中是否有人尝试过这个 - https://github.com/eclipse/mosquitto/pull/535/files
Mosquitto 工作正常,但是这个主题要发送什么负载? - $SYS/broker/bridge/new
我无法实现动态桥接,请帮帮我。
该消息应与您将包含在 mosquitto.conf
文件中的网桥配置相同。您可以在链接到拉取请求 here
的补丁中看到该工具在哪里构建消息
connection [name]
address [address]:[port]
topic [pattern] [direction] [qos] [local prefix] [remote prefix]
但从表面上看,此功能尚未合并到 mosquitto 的发布分支中。对链接的 pull 请求的最后评论暗示它只适用于 1.5.4 而不是最新的 1.6.x 代码库。
我确实看到了作者在 pull request 635 上的评论。
Dynamic bridges 正在使用 1.6.10 版本,他也发起了对最新版本的请求。
我想知道你们中是否有人尝试过这个 - https://github.com/eclipse/mosquitto/pull/535/files Mosquitto 工作正常,但是这个主题要发送什么负载? - $SYS/broker/bridge/new 我无法实现动态桥接,请帮帮我。
该消息应与您将包含在 mosquitto.conf
文件中的网桥配置相同。您可以在链接到拉取请求 here
connection [name]
address [address]:[port]
topic [pattern] [direction] [qos] [local prefix] [remote prefix]
但从表面上看,此功能尚未合并到 mosquitto 的发布分支中。对链接的 pull 请求的最后评论暗示它只适用于 1.5.4 而不是最新的 1.6.x 代码库。
我确实看到了作者在 pull request 635 上的评论。
Dynamic bridges 正在使用 1.6.10 版本,他也发起了对最新版本的请求。