chirpstack/ui
Orne Brocaar 487f785302 Add option to increase RX1 Delay in device-profile.
In general ChirpStack is configured with a rx1_delay configuration
matching the network latency (e.g. on cellular, one might want to set
this to rx1_delay=3). However, this does not take into account a
possible latency of the end-application. Handling the uplink and
enqueueing a downlink might take more time than the configured rx1_delay
(and get_downlink_data_delay) allows.

This option makes it possible to increase the RX1 Delay in the
device-profile. If the RX1 Delay has between increased relative to
the system default, then the get_downlink_data_delay will be
incremented with the same amount of seconds.
2024-05-02 10:29:10 +01:00
..
public Refactor UI to function elements & update React + Ant. 2023-07-27 13:07:00 +01:00
src Add option to increase RX1 Delay in device-profile. 2024-05-02 10:29:10 +01:00
types/google-palette Implement storing + display duty-cycle stats. 2024-04-17 14:34:11 +01:00
.dockerignore Initial commit. 2022-04-06 21:18:32 +01:00
.env Initial commit. 2022-04-06 21:18:32 +01:00
.prettierignore Implement automatic formatting for JS / TSX source code. 2022-05-02 10:58:26 +01:00
.prettierrc.json Implement automatic formatting for JS / TSX source code. 2022-05-02 10:58:26 +01:00
Dockerfile-devel Update Dockerfiles. 2023-04-10 11:32:18 +01:00
Makefile Refactor UI to function elements & update React + Ant. 2023-07-27 13:07:00 +01:00
package.json Implement storing + display duty-cycle stats. 2024-04-17 14:34:11 +01:00
tsconfig.json Implement storing + display duty-cycle stats. 2024-04-17 14:34:11 +01:00
yarn.lock Implement storing + display duty-cycle stats. 2024-04-17 14:34:11 +01:00