Open mikev opened 2 years ago
Nice work. Will this require any special changes or manual work for self-hosted console/router?
This should be seamless for routers that are running a release with this code loaded and understand the related chain vars.
Introduction
Helium now has been assigned an official Helium NetID. This issue designs and plans the migration from the current Helium NetID to our official NetID.
It will take time to migrate end-devices, because end-devices cache the NetID after a Join. Rather than immediately replace the current NetID, the proposed plan will update the code to support multiple NetIDs. This will allow the legacy Helium NetID to gradually phase out of existence until the official Helium NetID is everywhere. However because NetIDs provide access to a limited range of addresses we desire a long-term design which supports multiple NetIDs.
NetIDs
Official 0x60002D - (type 3) NwkAddr bits == 17 0xC00053 - (type 6) NwkAddr bits == 10
Current Helium NetID $H - (type 0) NwkAddr bits = 25
Migration Plan
PRs
Links to the NetID PRs
Code ported to Rust light gateway https://github.com/helium/gateway-rs/pull/155
New LoRaWAN library repo https://github.com/helium/erlang-lorawan/tree/develop
Update to the blockchain. Executed from the Miner. Handles the OUI routing subnet lookup. https://github.com/helium/blockchain-core/pull/1067
Update to the Router. Handles the Join request. https://github.com/helium/router/pull/482