Azure / iotedge-lorawan-starterkit

Sample implementation of LoRaWAN components to connect LoRaWAN antenna gateway running IoT Edge directly with Azure IoT.
https://azure.github.io/iotedge-lorawan-starterkit/2.2.1
Other
184 stars 60 forks source link

[Story] Improve routerConfig device twin format #662

Open bastbu opened 2 years ago

bastbu commented 2 years ago

Description

The router_config message specified by the LNS protocol has a couple of inconsistencies that are not always intuitive. With respect to casing, sometimes pascal case and sometimes snake case is used. The formats (tuples as nested arrays) of some properties are not as restrictive as they could be. We should homogenize the router configuration format that we require to be present in the desired twin properties of the station.

Acceptance criteria

roel4ez commented 2 years ago

@mandur this has no parent, should this be under #344 ?