Improve the speed of how quickly connection states are restored.
Perspective:
- Simple QoS states per media: Connected, losing connection -> lost -> reconnecting -> lost -> reconnecting -> connected
- Multi-media scoring: I2C + ESP-NOW + LoRA -> ESP-NOW + LoRA -> LoRA -> ESP-NOW + LoRA -> LoRa -> ESP-NOW + LoRA -> I2C + ESP-NOW + LoRA
Thoughts on scoring, should we be more aggressive and use less history?
If speed vary greatly and unpredictably, history may be of less value, should we instead be opportunistic, as we fragment anyway?
Improve the speed of how quickly connection states are restored.
Perspective:
Thoughts on scoring, should we be more aggressive and use less history?
If speed vary greatly and unpredictably, history may be of less value, should we instead be opportunistic, as we fragment anyway?