EasyLoRaGateway_v2.1
EasyLoRaGateway_v2.1 copied to clipboard
To implement re-transmission algorithm based on MQTT QoS
Retransmiting LoRa packet based on QoS
- QoS 0: At most 1. For telemetry upload
- QoS 1: At least one. Not implemented. Pending useful use case.
- QoS 2: Exact one. For RPC command
To mitigate this #1
Ref: MQTT QoS https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/