简体   繁体   English

MQTT API是否存在以将下行链路发送到lora设备?

[英]does MQTT API exist to send downlink to lora device?

I'm making an application to communicate with LoRa Device. 我正在制作一个与LoRa设备通信的应用程序。

I found a guide to the REST API to send downlink. 我发现了一个引导的REST API发送下行。 However, i'm finding MQTT API to do. 但是,我正在寻找要执行的MQTT API。

Does it exist? 是否存在?

MQTT is used by applications only to consume data in real time. 应用程序仅使用MQTT实时消耗数据。 Device Management action (send downlink etc) must be done by using REST API 设备管理操作(发送下行等)必须通过使用REST API完成

regards 问候

Device state notification is not yet available throuh MQTT. 通过MQTT尚无法使用设备状态通知。 You can get device status using REST API. 您可以使用REST API获取设备状态。 See Live Objects documentation https://liveobjects.orange-business.com/doc/html/lo_manual_v2.html#NODE_STATUS and swagger https://liveobjects.orange-business.com/swagger-ui/index.html#!/Device_management_- Interfaces -_V1/listInterfacesForADeviceUsingGET 请参阅Live Objects文档https://liveobjects.orange-business.com/doc/html/lo_manual_v2.html#NODE_STATUS和大笑https://liveobjects.orange-business.com/swagger-ui/index.html#!/Device_management_ - 接口 -_V1 / listInterfacesForADeviceUsingGET

regards 问候

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM