- 09 Aug, 2021 1 commit
-
-
Orne Brocaar authored
-
- 04 Aug, 2021 1 commit
-
-
Orne Brocaar authored
-
- 07 Jul, 2021 2 commits
-
-
Orne Brocaar authored
-
Orne Brocaar authored
Closes #604.
-
- 15 Jun, 2021 1 commit
-
-
Orne Brocaar authored
This moves the mulitcast feature under applications, to enforce that all devices within the multicast group belong to the same application as the multicast group. Before you upgrade, please validate that if you have any existing multicast-groups that: 1. These are not empty (they contain one or multiple devices) 2. All devices within the multicast group belong to the same application If these conditions are met, ChirpStack Application Server will automatically migrate your multicast group(s) to the same application as your devices. In any other case, the migration will throw an error asking you to either remove the empty multicast group(s) or to re-assign the devices so that the above criteria are met.
-
- 01 Jun, 2021 1 commit
-
-
Orne Brocaar authored
Closes #590 #409.
-
- 25 May, 2021 1 commit
-
-
Orne Brocaar 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).
-
- 10 May, 2021 1 commit
-
-
Orne Brocaar authored
-
- 19 Apr, 2021 1 commit
-
-
Orne Brocaar authored
-
- 02 Apr, 2021 1 commit
-
-
SAGAR PATEL authored
Signed-off-by:
SAGAR PATEL <sagar.a.patel@slscorp.com> Co-authored-by:
Orne Brocaar <info@brocaar.com>
-
- 23 Mar, 2021 1 commit
-
-
Orne Brocaar authored
This method is used by the ChirpStack Network Server when it needs to update the frame-counter sequence of the queue-items, e.g. when the downlink frame-counter was incremented by a mac-command only downlink. Note: changing the frame-counter of a downlink requires re-encryption as the frame-counter is one of the encryption parameters.
-
- 01 Mar, 2021 2 commits
-
-
SAGAR PATEL authored
Signed-off-by:
SAGAR PATEL <sagar.a.patel@slscorp.com> Co-authored-by:
Orne Brocaar <info@brocaar.com>
-
SAGAR PATEL authored
Signed-off-by:
SAGAR PATEL <sagar.a.patel@slscorp.com> Co-authored-by:
Orne Brocaar <info@brocaar.com>
-
- 24 Feb, 2021 1 commit
-
-
Orne Brocaar authored
-
- 10 Feb, 2021 1 commit
-
-
Orne Brocaar authored
-
- 12 Jan, 2021 1 commit
-
-
Orne Brocaar authored
-
- 07 Jan, 2021 2 commits
-
-
Orne Brocaar authored
-
Orne Brocaar authored
The updated version contains the request cancellation fix.
-
- 24 Dec, 2020 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
-
- 01 Oct, 2020 2 commits
-
-
Orne Brocaar authored
-
Charles Milette authored
-
- 10 Sep, 2020 1 commit
-
-
Orne Brocaar authored
-
- 01 Sep, 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.
-
- 11 Aug, 2020 1 commit
-
-
Orne Brocaar authored
-
- 06 Aug, 2020 1 commit
-
-
Orne Brocaar authored
-
- 03 Aug, 2020 2 commits
-
-
Orne Brocaar authored
-
Orne Brocaar authored
-
- 24 Jul, 2020 1 commit
-
-
Orne Brocaar authored
This can be used for testing the HomeNSReq when ChirpStack Application Server is used as a join-server, it is not intended for production use. A Home NetID can be set per device by setting a 'home_netid' variable in the device configuration.
-
- 15 Jul, 2020 1 commit
-
-
Orne Brocaar authored
-
- 09 Jul, 2020 1 commit
-
-
Orne Brocaar authored
-
- 08 Jul, 2020 1 commit
-
-
Orne Brocaar authored
-
- 01 Jul, 2020 3 commits
-
-
Orne Brocaar authored
As the integrtion in its new form does not maintain a connection, it will be possible to provide this integration as an application integration which can be configured through the web-interface.
-
Orne Brocaar authored
-
Orne Brocaar authored
This makes the integration easier to maintain as it does not keep a connection state with the Azure Service Bus endpoint. As the Azure Service Bus does not deal with re-connect logic, this had to be implemented within the integration. Since the integration does no longer keep a connection state, it can be made available through the web-interface as there is no downside when many instances of this integration exist for different applications.
-
- 29 Jun, 2020 1 commit
-
-
Orne Brocaar authored
Closes #427.
-
- 26 Jun, 2020 1 commit
-
-
Orne Brocaar authored
Instead of configuring a separate URL per event-type, this posts all events to a single endpoint with an `eventType` url query argument indicating the event-type. This reduces the amount of configuration and does not require to create new endpoints when new events are added. This is fully backwards compatible as already configured endpoints for specific events will override the new event endpoint url.
-