Krishna Iyer
Krishna Iyer
### Summary With https://github.com/TheThingsNetwork/lorawan-stack/pull/5514, the Claim Authentication Code of the End Device gets moved to the IS. Due to compatibility reasons, we can stop clients from writing to the JS....
### Summary Use Gateway Stats Batch API in the Console. ### Current Situation Clients (including the console) today use the `GetGatewayConnectionStats` (and it's HTTP end point) to fetch stats for...
#### Summary Add an option to copy API Keys in the LoRa Basics Station Base64 format. #### Why do we need this? It's convenient to do this so that users...
#### Summary Allow lowercase characters for CAC in the Claim Request. This makes the CAC regex consistent with the value used in the IS. Also TR005 does not restrict the...
### Summary Generate CLI Configuration from the console ### Current Situation We currently go into the documentation and generate the first file. For subsequent clusters, we just make copies of...
### Summary Simplify generating API keys for gateways ### Current Situation We have the API Key screen today to create a gateway API key. ### Why do we need this?...
### Summary Allow users to find associated applications/gateways of an organization in the Console ### Current Situation We can do this via the CLI/API using the `List{Entity}` RPCs. ### Why...
### Summary Add End Device pictures via the Console ### Current Situation https://github.com/TheThingsNetwork/lorawan-stack/pull/3701 from a long time ago adds Console support for user-uploaded Profile pictures (And Gravatar). We have similar...
#### Summary Improve website load time and add filtering. #### Why do we need this? To improve UX. #### What is already there? What do you see now? Slow load...
#### Summary Check that `VendorProfileID` for profiles of a vendor is unique. Refs; https://github.com/TheThingsNetwork/lorawan-stack/pull/5323 #### Why do we need this? To make sure that we can query LoRaWAN device profiles...