IOT SOFTWARE PLATFORM DOCS

Table of Contents

  • Onboarding
  • Devices Manager
  • Assets Manager
  • Account Manager
  • Tutorials - How To?
  • Smart Solutions
  • LoRaWAN
  • APIs
  • Concepts & Terminology
  • Mobile App
  • Release Notes
  • Integrated LNS
  • dokuwiki
  • Live Demo
IOT SOFTWARE PLATFORM DOCS
You are here: Welcome ! » Tutorials - How To? » How do I get downlinks from the mqtt broker
Trace: • How do I get downlinks from the mqtt broker

How do I get downlinks from the mqtt broker

If the device sends uplinks via the mqtt broker, you can retrieve the downlinks sent to this device by the IOT factory platform.

To do this, you need to create an mqtt client. It must first open a connection to the mqtt broker and then subscribe to the downlink topic linked to the device

sub/{user}/{device id}/request

Refer to your credentials generated in the mqtt broker settngs module.

Previous Next