Uplink Data

When adding an MQTT topic for Uplink Data type or an HTTP URL for Uplink Data type, the gateway forwards the data from LoRaWAN® end devices. To receive notifications from a specific end device, add the wildcard $devEUI to the MQTT topic, then replace it with the device EUI when subscribing to this topic.

Report Example
{
  "applicationID""3",
  "applicationName""test",
  "data""/wv//wEB/xZnB+CUI3cIAf8JAhD/CgEG/w8A",
  "devEUI""24e124707e094237",
  "deviceName""AM300",
  "fCnt"1,
  "fPort"85,
  "rxInfo": [
    {
      "altitude""-",
      "latitude""-",
      "longitude""-",
      "loRaSNR"6.1999998092651367,
      "mac""24e124fffefa0fa8",
      "name""Local_Gateway",
      "rssi": -49,
      "time""2025-04-12T02:56:19"
    }
  ],
  "time""2025-04-12T02:56:19",
  "txInfo": {
    "frequency"904700000,
    "adr": true,
    "codeRate""4/5",
    "dataRate": {
      "modulation""LORA",
      "bandwidth"125,
      "spreadFactor"8
    }
  }
}

Parameters