qos_preset #15

Merged
pstruebi merged 2 commits from qos_preset into main 2026-01-05 14:24:33 +00:00

2 Commits

Author SHA1 Message Date
pstruebi cce2862814 Update src/auracast/server/multicast_server.py
change adc level
2026-01-05 15:20:11 +01:00
pstruebi a20b289663 refactor: rename QoS configuration from "Default" to "Robust" and add QoS preset selection
- Rename `AuracastQosDefault` class to `AuracastQosRobust` to better reflect its characteristics (4 retransmissions)
- Replace RTN (retransmission number) dropdown with QoS preset selector offering "Fast" (2 RTN) and "Robust" (4 RTN) options
- Update frontend and backend to use QoS preset mapping instead of manual QoS config construction
- Add `_resolve_qos_preset_name()` helper function to convert QoS config
2025-12-18 17:07:46 +01:00