Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication recovery speedup #17

Open
nicklasb opened this issue Feb 25, 2024 · 0 comments
Open

Communication recovery speedup #17

nicklasb opened this issue Feb 25, 2024 · 0 comments

Comments

@nicklasb
Copy link
Member

Improve the speed of how quickly connection states are restored.

Perspective:

  1. Simple QoS states per media: Connected, losing connection -> lost -> reconnecting -> lost -> reconnecting -> connected
  2. 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?

@nicklasb nicklasb added this to the 1.3 - Frequencies and speeds milestone Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant