Closed ymgupta closed 11 months ago
I'll wait with this until #1076 is merged
This is unblocked and definitely good to have. @nejraselimovic, if you have the time for this, please take this up. If not I'll pick this up at the end of Q3.
This is unblocked and definitely good to have. @nejraselimovic, if you have the time for this, please take this up. If not I'll pick this up at the end of Q3.
I can pick this up now
Summary
The Things Join Server is a stand-alone LoRaWAN Join Server that can be used by device makers to provision end devices to be used by all distributions of The Things Stack as well as any other standards-compliant LoRaWAN Network Servers. Users can claim the devices using the
QR
orClaim Authentication Code
in The Things Stack. Hence, please document the process of claiming the device using the Claim Authentication Code via TTS Console and CLI.Why do we need this ?
Assist users in claiming the devices using Claim Authentication Code via The Things Stack Console and CLI.
What is already there? What do you see now?
Device Claiming documentation. Ref: https://www.thethingsindustries.com/docs/devices/device-claiming/
What is missing? What do you want to see?
Device claiming process using claim authentication code via The Things Stack Console and CLI:
Using The Things Stack Console:
+ Register end device
option.Input Method
, select theEnter end device specifics manually
radio button.Frequency plan
,LoRaWAN version
, andRegional Parameters version
as required.Provisioning information
section, fill theJoinEUI
of users The Things Join Server (e.g.,70B3D57ED0000000
), and click onConfirm
.DevEUI
and theClaim authentication code
of the device that needs to claim from The Things Join Server.Enter device ID
and click on theRegister end device
button.Using The Things Stack CLI:
Note: The cluster join server should be set as false in the CLI configuration for claiming the devices via CLI. Below is an example:
How do you propose to document this?
...
Can you do this yourself and submit a Pull Request?
No, @nejraselimovic.