Node-RED & LoRa: duplicate messages

Home Forums Lora Network Server Node-RED & LoRa: duplicate messages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23388
    William Laing
    Participant

    Good Day.

    We see instances where the Conduit receives the LoRa packet from the xDot end-node device, but the xDot is not receiving the ACK sent by the Conduit. So the xDot resends the same packet.

    Can Node-RED use message metadata like message.fcnt or message.ack to detect duplicate messages and not pass the same message on, for example, using MQTT?

    Also, are those message metadata fields defined in detail anywhere?

    Thanks in advance for any help!

    Best Regards,
    William Laing

    #23389
    Jason Reiss
    Keymaster

    The network server will de-duplicate the received packets. Each fcnt is only delivered to the application once.

    http://www.multitech.net/developer/software/lora/lora-network-server/mqtt-messages/

    #23390
    William Laing
    Participant

    Thank you, much appreciated!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.