iotcreators.com web
    • Login
    • Search
    • forum.iotcreators.com
    • docs.iotcreators.com
    • Tags
    • Popular
    • Recent
    • Register

    Infos about downlink API and binary data

    iotcreators.com portal & API
    downlink api
    1
    1
    40
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Roland Baldin
      Roland Baldin iotcreators.com team last edited by

      Currently the API supports the following for functions/URLs to send downlink messages to the device

      • downlinkMsg/0/data
        Sends regular queued downlink messages to device when uplink is received.

      • downlinkMsgBase64/0/data
        Sends queued binary data blob message to device when an uplink is received. The function expects base64 encoded payload from the applaction as input into this function. Before the message is sent to the device it is decoded back to binary and sent to the device.

      • downlinkMsgDrx/0/data
        Same like downlinkMsg/0/data but without queuing.

      • downlinkMsgBase64Drx/0/data
        Same like downlinkMsgBase64/0/data but without queuing.

      1 Reply Last reply Reply Quote 2
      • 1 / 1
      • First post
        Last post