iotedge-lorawan-starterkit
iotedge-lorawan-starterkit copied to clipboard
Track multiple concentrators for increased resiliency
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.