lorawan-stack icon indicating copy to clipboard operation
lorawan-stack copied to clipboard

The Things Stack, an Open Source LoRaWAN Network Server

Results 228 lorawan-stack issues
Sort by recently updated
recently updated
newest added

#### Summary We should change the default URL for The Things Kickstarter Gateway Firmware. #### Why do we need this? Because it currently points to `https://thethingsproducts.blob.core.windows.net/the-things-gateway/v1` and we want to...

blocked
technical debt
c/gateway conf server

### Summary It would be good to make some changes to some Identity Server Store interfaces to make methods more "single-purpose". ### Current Situation - The `SetMember` method of the...

c/identity server
technical debt

#### Summary References: https://github.com/TheThingsNetwork/lorawan-stack/issues/2047 Values returned by NS for enums within the `mac_settings` field are inconsistent. Some for some NS returns raw values and for others a string representation is...

compat/api
bump/major

#### Summary We may have to change the way the Gateway Server handles new gateway connections. We discussed this on Slack some time ago, and I also commented some of...

c/gateway server
security

#### Summary Instead of letting users choose their email address freely, we should restrict this to emails that have been registered as contact info emails only. #### Why do we...

c/identity server
security
ui/web

#### Summary It would be really cool if we could subscribe to multiple applications in a single MQTT connection. #### Why do we need this? Simplification #### What is already...

c/application server

#### Summary Our configuration endpoints should contain cache information, so that the console can cache these values and avoid redundantly re-requesting. This is currently e.g. the case for frequency plans,...

c/console
c/identity server
performance
compat/api

**Summary:** It would be nice if we could allow users to request having themselves added as collaborator on an entity. **Why do we need this?** Users may want to gain...

c/identity server

**Summary:** Add a whitelist of IP address ranges to API keys. **Why do we need this?** API keys can be quite sensitive, especially considering that they do not expire. A...

c/identity server
goldplating

**Summary:** Monitoring of gRPC connection state, latency, error rates, and anything else that we can measure. Ideally with some interface to programmatically get the latency. **Why do we need this?**...

c/shared