- 19 Mar, 2022 1 commit
-
-
Gaël Berthaud-Müller authored
-
- 07 Mar, 2022 1 commit
-
-
Gaël Berthaud-Müller authored
-
- 20 May, 2021 1 commit
-
-
Orne Brocaar authored
By using a Redis Stream instead of Pub/Sub, the last N frames can be retained, making debugging easier. This also updates the Redis client to v8, so that it is possible to cancel the blocking XRead operation (v7 did not support this).
-
- 16 Mar, 2021 1 commit
-
-
Orne Brocaar authored
-
- 17 Dec, 2020 1 commit
-
-
Orne Brocaar authored
When the global MQTT integration is enabled, this makes it possible for users to generate a TLS client-certificate for authentication / authorization with the MQTT broker.
-
- 15 Dec, 2020 1 commit
-
-
Orne Brocaar authored
FUOTA has been moved into an external (optional) component. This means that ChirpStack Application Server no longer 'intercepts' uplinks received on FUOTA related FPorts. Closes #370, #401, #468.
-
- 30 Oct, 2020 1 commit
-
-
Orne Brocaar authored
See also: https://github.com/brocaar/chirpstack-network-server/issues/496.
-
- 22 Oct, 2020 1 commit
-
-
Cornelio Hopmann authored
-
- 16 Oct, 2020 1 commit
-
-
Orne Brocaar authored
-
- 25 Aug, 2020 1 commit
-
-
Orne Brocaar authored
When using for example Auth0, this makes it possible to configure the Auth0 logout endpoint (potentially redirecting back to a login page). This way, the user is not only logged out from the web-interface, but also from the identity provider. Closes #519.
-
- 31 Jul, 2020 1 commit
-
-
Orne Brocaar authored
-
- 16 Jul, 2020 1 commit
-
-
John Roesler authored
-
- 08 Jul, 2020 1 commit
-
-
Orne Brocaar authored
-
- 26 Jun, 2020 1 commit
-
-
Orne Brocaar authored
This aligns the MQTT configuration with the other components in that an event and command topic template can be configured. When new events or commands are introduced, this removes the need add additional configuration. This is fully backwards compatible with the old topic configuration. When `_topic_template` configuration values are found in the configuration file, these will override the `event_topic_template` and `command_topic_template` values.
-
- 18 Jun, 2020 1 commit
-
-
Orne Brocaar authored
-
- 02 Jun, 2020 1 commit
-
-
Mechiel Lukkien authored
-
- 06 May, 2020 1 commit
-
-
Orne Brocaar authored
This makes it possible to integrate ChirpStack Application Server with for example Auth0.com. Using the registration_callback_url it is possible to automatically provision new users in ChirpStack, create an organization for the user etc. In order to add support for OpenID Connect, the username of the user object has changed into email. Existing users will have their email set to their username and can continue to login as before. However, when updating an user, the email field must be updated to a valid email! Also the option to, as an organization admin, create new users and assign them to organizations has removed. Assigning new users to an organization is still possible by the user email address, but the autocomplete has been removed to avoid privacy issues. Closes #372.
-
- 31 Mar, 2020 2 commits
-
-
Orne Brocaar authored
-
Orne Brocaar authored
-
- 25 Mar, 2020 1 commit
-
-
Orne Brocaar authored
This is in preparation to support Redis Cluster.
-
- 06 Mar, 2020 1 commit
-
-
Kiara Navarro authored
-
- 08 Feb, 2020 1 commit
-
-
Orne Brocaar authored
-
- 25 Jan, 2020 1 commit
-
-
Orne Brocaar authored
-
- 21 Jan, 2020 1 commit
-
-
Orne Brocaar authored
This event indicates that the downlink transmission was acknowledged by the gateway for transmission.
-
- 17 Dec, 2019 3 commits
-
-
Orne Brocaar authored
-
Orne Brocaar authored
-
Orne Brocaar authored
-
- 09 Dec, 2019 1 commit
-
-
Orne Brocaar authored
-
- 11 Nov, 2019 1 commit
-
-
Orne Brocaar authored
This adds a configuration value that configures the integration payload marshaler. Options are: * json_v3: v3.x JSON format, will be removed but is the current default for backwards compatibility. * protobuf: Binary Protobuf encoding. * json: JSON Protobuf encoding. This also separates the Protobuf API definitions. These provided by the chirpstack-api/go package.
-
- 02 Nov, 2019 1 commit
-
-
Orne Brocaar authored
-
- 25 Sep, 2019 1 commit
-
-
Kimmo H authored
-
- 16 Sep, 2019 1 commit
-
-
Orne Brocaar authored
-
- 16 Jul, 2019 1 commit
-
-
Orne Brocaar authored
-
- 04 Jun, 2019 1 commit
-
-
Orne Brocaar authored
-
- 06 May, 2019 1 commit
-
-
Orne Brocaar authored
This implements the FUOTA building-blocks (remote multicast-setup, app layer clock sync and fragmentation-session setup) + provides an implementation of a firmware update engine. For now, this only implements sending FUOTA deployments to a single device.
-
- 07 Mar, 2019 1 commit
-
-
Orne Brocaar authored
-
- 28 Feb, 2019 2 commits
-
-
Orne Brocaar authored
-
Emmanuel Florent authored
-
- 27 Feb, 2019 1 commit
-
-
Orne Brocaar authored
-
- 26 Feb, 2019 1 commit
-
-
Orne Brocaar authored
-