iotedge-lorawan-starterkit icon indicating copy to clipboard operation
iotedge-lorawan-starterkit copied to clipboard

Track multiple concentrators for increased resiliency

Open Mandur opened this issue 3 years ago • 0 comments

To improve resilience if a concentrator were to fail, we want to:

  • [ ] Change the LastProcessingStationEui reported property to report a list of concentrators. Each concentrator receiving the message should be added to the list. This needs to be done prior to message deduplication.
  • [ ] sending logic should be changed to try to send to each element of the list until a successful send is achieved.

Mandur avatar Dec 21 '21 09:12 Mandur