- 09 Mar, 2022 1 commit
-
-
Gaël Berthaud-Müller authored
-
- 07 Mar, 2022 1 commit
-
-
Gaël Berthaud-Müller authored
-
- 08 Feb, 2022 1 commit
-
-
SAGAR PATEL authored
* Add DevNonce Clear Functionality Details: - DevNonce clear functionality helps to remove older device activation records from device_activation table in NS. - Using this method we can clear older or already generated device activation records from database to prevent "DevNonce already exits" error in OTAA method *Note: Server keeps latest 20 records in device_activation table of NS database for manage recent device activation. Signed-off-by:
SAGAR PATEL <sagar.a.patel@slscorp.com> * Update chirpstack-api. Co-authored-by:
Orne Brocaar <info@brocaar.com>
-
- 06 Dec, 2021 1 commit
-
-
Orne Brocaar authored
-
- 03 Dec, 2021 1 commit
-
-
Max Reble authored
-
- 04 Oct, 2021 1 commit
-
-
Orne Brocaar authored
The Redis Stream is incremented for each event (by Redis). Using the PublishedAt timestamp has the risk of race-conditions as the timestamp is set on constructing the message, not on publishing it. Therefore it is possible that the latest message has a timestamp before the message that was published before, in which case the web-interface would ignore it.
-
- 02 Sep, 2021 1 commit
-
-
- 12 Aug, 2021 1 commit
-
-
Orne Brocaar authored
Closes #617.
-
- 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.
-