Generating a Repeater ID
Generating a Repeater ID¶
Regions that are using 1-byte path sizes usually generate Repeater IDs manually to avoid accidentally reusing an ID that’s already in service. Follow the steps below to pick another ID and program the matching private key onto your repeater.
Where this applies
Regions that have transitioned to multi-byte path sizes, will not need to worry about overlapping repeater id's.These instructions are left here for those cases where users want to generate a new repeater ID.
- Open the MeshCore Key Generator.
- Type the unused ID(2-6 charectors) into the input field and click Generate Key.
- Copy the Private Key value.
- On the repeater console, run (replace
<PRIVATE-KEY>with the value you copied):set prv.key <PRIVATE-KEY> - Reboot the repeater.
After reboot, the repeater will use that private key, and its public key will correspond to the ID you selected.