Attention is currently required from: pespin.
1 comment:
Patchset:
What I'm still missing here in order to properly review, is an explanation on why do you need a new […]
I've tried to reuse as much of the existing code as possible.
The WebSDR setup has different transport requirements compared to the existing implementations. In this case bursts are not exchanged through the usual socket/file-descriptor path. Instead they are prepared and passed via callbacks to the web frontend, which then communicates with the SDR device over WebUSB.
Originally I placed the WebSDR-related code in separate files in order to keep the existing implementation as untouched as possible. The intention was to reuse the original logic where possible and only provide alternative implementations for the parts where the transport mechanism differs.
To view, visit change 42411. To unsubscribe, or for help writing mail filters, visit settings.