Skip to content

Tags: ken47-1/InfoPanel.NetworkQuality

Tags

v1.2.0

Toggle v1.2.0's commit message
feat(network-quality): rework measurement model and fix manifest version

- Replace EMA smoothing with deterministic rolling window
- Only IPStatus.TimedOut counts as packet loss; ignore other errors/exceptions
- Time‑based or count‑based window as single source of truth
- Packet loss = timeouts / total * 100
- Ping = average of successful RTTs
- Jitter = mean absolute delta between consecutive valid RTTs
- No smoothing in measurement layer (optional smoothing only at display)
- Fix manifest version

v1.1.0

Toggle v1.1.0's commit message
simplify EMA smoothing config comment

v0.1.0

Toggle v0.1.0's commit message
Fix project structure and plugin reference paths