Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个使用 MQTT 在 android 应用程序和 LoRaWAN 网关之间进行通信的应用程序。它在网关端使用 node-RED。
我可以手动设置我的 MQTT 输出节点发布到的主题。我想知道是否有办法让节点的这个属性根据它收到的消息而改变。
例如,是否可以在我的 msg 和有效负载旁边发送一个主题属性,并使用该值来设置节点内的属性。
谢谢您的帮助!
是的,只需在 mqtt-out 节点配置中将主题字段留空,并将消息上的msg.topic属性设置为您要发布该消息的主题。
msg.topic