Lora Network server config in AEP : how to set nodeQueueSize?

Home Forums Conduit: AEP Model Lora Network server config in AEP : how to set nodeQueueSize?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10952
    Brian Wyld
    Participant

    Hi,

    I’d like to customise the ‘downlink’ queue that the MTCT provides to enqueue messages destined for a node (waiting until the node has uplinked a message to be able to send it response in the RX1/RX2 windows).

    In particular, I’d like to be able to set the queue to size 1 (ie only the most recent message sent for downlink, discarding older ones).
    I see the ‘nodeQueueSize’ attribute in the lora-network-server.conf file, but as this comes from the AEP web interface DB, and there is no way to set it in the html interface…. how can I set this value to 1?

    thanks

    Brian

    #10956
    Jason Reiss
    Keymaster

    There is not a way through the interface. You can enter a URL manually.

    Login as normal and use the following:
    https://[AEP-IP]/api/loraNetwork?method=PUT&data={"lora":{"nodeQueueSize":1}}

    You can check that the change is complete with:
    https://[AEP-IP]/api/loraNetwork

    Now restart the network-server by disable and save then enable and save.

    • This reply was modified 8 years, 4 months ago by Jason Reiss.
    #10985
    Brian Wyld
    Participant

    Thanks Jason, config ok!

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