Search code examples
mqttloraorange-api

does MQTT API exist to send downlink to lora device?


I'm making an application to communicate with LoRa Device.

I found a guide to the REST API to send downlink. However, i'm finding MQTT API to do.

Does it exist?


Solution

  • MQTT is used by applications only to consume data in real time. Device Management action (send downlink etc) must be done by using REST API

    regards