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 TTS Cloud and TTS Community Edition support connecting LBS gateways in LNS mode on port `443`. But, there is a bug on The Things Stack end that needs...

### Summary Once the OpenTelemetry Go libraries have stable support for metrics (see https://github.com/open-telemetry/opentelemetry-go/milestones) we should consider switching from using the Prometheus library to the OpenTelemetry library. ### Current Situation...

c/shared

### Summary In https://github.com/TheThingsNetwork/lorawan-stack/pull/5642 I started adding OpenTelemetry trace regions to `pkg/identityserver/bunstore`. We should instrument more code in other packages, and set up exporters and such. ### Current Situation We...

c/shared
technical debt

#### Summary https://github.com/gogo/protobuf is not mantained any more https://github.com/gogo/protobuf/issues/691 (currently) #### Why do we need this? It's our dependency, which is incompatible with new `golang/protobuf` version, which more and more...

in progress
technical debt
umbrella
dependencies

### Summary When dwell time restrictions are enabled for a LoRaWAN 1.0.4 [AS923-1](https://github.com/TheThingsNetwork/lorawan-frequency-plans/blob/master/AS_923.yml) end-device, the network server will not transmit a Join-Accept to that end-device. (To be precise: the network...

needs/triage

#### Summary References #5512 Blocked by #5659 The main idea of this is to apply the end profile loading on the back-end, that way there can be some sort of...

ui/cli
compat/api
blocked
c/device converter

#### Summary We should periodically clean up old Docker snapshots #### Why do we need this? Because we don't need to keep every snapshot forever #### What is already there?...

in progress
tooling

### Summary We should provide a way to pass field masks to the event streams and event data that is passed to integrations so that any unwanted data is stripped...

c/application server
in progress

#### Summary It would be good to write some documentation for registering (and working with) OAuth clients. #### Why do we need this ? To help users integrate The Things...

documentation

### Summary We should take a look at the performance of our IS queries and see where we can create indexes to improve performance. ### Current Situation 1. We have...

c/identity server
performance
scalability