Christian Müller

Results 15 issues of Christian Müller

- [x] The issue is present in the latest release. (in 3.13.3 but there are no related changes in changelog in 3.14) - [x] I have searched the [issues](https://github.com/brocaar/chirpstack-gateway-bridge) of...

- [X] The issue is present in the latest release. - [X] I have searched the [issues](https://github.com/brocaar/chirpstack-gateway-bridge) of this repository and believe that this is not a duplicate. ## What...

This allows to start the Gateway Bridge with multiple --config arguments (or -c) to provide multiple configuration files. The files are concatenated and then parsed as before. The set of...

**Description** When using the dotnet nats client library (with SetUserCredentialHandlers) and a nats server, using the accounts authentication mechanism with the full nats resolver, the dotnet client is not able...

Many devices don't have enough memory space to store the whole bundle. In that case, the integrator must choose between either non-OTA updates (with external storage) or use casync. As...

question
RFE

- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-concentratord) of this repository and believe that this is not a duplicate. ## Summary Add an option, in the configuration file, to forward packets...

Actually, if we set client_id in the MQTT auth, the CSGB will try to use it as the gateway ID: https://github.com/chirpstack/chirpstack-gateway-bridge/blob/a20e0ac889adf490a6d687a04da8b384e77d65ec/internal/integration/mqtt/backend.go#L150. - If the client ID is not an EUI64,...

Since 184, right click on a pane does not show the context menu anymore. Context menu can be opened through the tab `...` button. However, this does not fit all...

Structs in slices were simply copyed to the target map. With this PR they can also be mapped, using the "deep" tag, or the global "Deep" option. Partially solves #249