disk91 / WioLoRaWANFieldTester

85 stars 32 forks source link

Improvement - Clear the downlink queue #8

Closed disk91 closed 2 years ago

disk91 commented 2 years ago

Clear the downlink queue from the backend server. This avoid to have a long dequeuing of previous tests when the device was not able to receive the downlink but able to communicate with uplinks. Can be done on new session if we do not want to loose some downlinks during one session or can be done for each new downlink considering missed downlink are not interesting at all (faster)

disk91 commented 2 years ago

Done