AEP Max number of packets per MDot & Clearing packets.

Home Forums Conduit: AEP Model AEP Max number of packets per MDot & Clearing packets.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14280
    Ajay K
    Participant

    In an earlier forum thread there was a discussion on the maximum number of packets per node that the AEP maintains and it seems like it is configurable as well. My follow up questions are as follows:

    1) If a node (MDot) is at a spread factor, such as only max of ‘X’ bytes can be transmitted to it or received from it, when the Conduit sends packets to MDot, is there a feature in the conduit to chunk packets together so upto a maximum of ‘X’ bytes are transmitted, so as to reduce the number of downlinks? If not what what would be the easiest way to accomplish this via Node-Red?

    2) Sometimes there may be a scenario, where the downlink transmissions are not occurring and messages are stacked up, is there a way to purge these messages headed for a specific node, as there may be newer packets with the latest data and the earlier data queued is stale?

    Thanks,
    Ajay.

    #14283
    Jason Reiss
    Keymaster

    Combining packets is not a feature of the network server.

    A clear message can be sent via MQTT to the network server.
    http://www.multitech.net/developer/software/lora/lora-network-server/mqtt-messages/

    #14287
    Ajay K
    Participant

    Hi Jason,

    Can you point me to any documentation as to how I would achieve sending an MQTT message to the network server from Node-Red flow? I see the details based of the link you sent, however I am not familiar with the MQTT node or how the protocol works.

    Thanks,
    Ajay.

    #14288
    Jason Reiss
    Keymaster
    #14289
    Ajay K
    Participant

    Thanks Jason for the quick response. I am guessing the MQTT input and output nodes in node-red will help me with the same thing that was achieved in the link related to the mLinux version, where the sample code subscribes to the MQTT broker and sends and receives messages from the LORA network server?

    Thanks,
    Ajay.

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