helium / console

A management console to onboard and manage devices running on the Helium blockchain network.
Apache License 2.0
104 stars 31 forks source link

Provide additional profile setting for RxDelay #945

Closed jdgemm closed 2 years ago

jdgemm commented 2 years ago

RxDelay allows users to specify the number of seconds the device's first receive window begins after the transmit ends.

A higher RxDelay number increases the receive delay and generally can increase downlink reliability as higher latencies between the LoRaWAN gateway and network server will be tolerated.

Range: 1 to 5 seconds, default 1.

Similar to other profile settings, users can apply the profile to devices/groups, update profile, and delete.

vicmgs commented 2 years ago

waiting on router to implement, console ready

pvolodin commented 2 years ago

Range: 1 to 5 seconds, default 1.

Shouldn't it be 1 to 15 seconds to fully match the LoraWAN spec?