-
As I understand, decoders are at this time, some kind of c code embedded in the server.
The server thus delivers the signal decoded by the method invoked by the client side.
This method implies some…
dblas updated
4 years ago
-
I'd like to see generic iframe extension on KiwiSDR. It would be an extension which does not actually do anyhing deep with KiwiSDR, just load a contents of remote webpage and show it content in KiwiS…
OH1KK updated
4 years ago
-
Thanks, I am very pleased to find this excellent package
However for my wsprdaemon bash application (http://wsprdaemon.org/) I need to record a continuous series of 12000 sps raw audio files.
Could …
-
I seem to continuously get the "Still determining local interface address" error message when accessing the admin panel – this has continued for several days and restarts. The Kiwi is perfectly access…
-
`FileInput::stop()` calls `m_fileInputThread->stopWork()`.
But despite its name, `stopWork()` just disconnects `tick()` slot.
Which can't prevent `tick()` function from continuing of its execution.
…
-
After filling in the status field of the admin webpage tab, could not find the status information displayed on the running web page. Rebooted the beagle.
Updating the owner information did show up…
-
How can I make an offline update of my KiwiSDR?
-
Hi Dmitry,
thanks for your nice software!
I was wondering if you could expand you code to save waterfall data.
I tried to modify the audio streaming class, I sent "W/F" instead of "SND", then I rec…
-
I wish there was an option on the admin config tab to set the default offset for CW and CWN filters. They always default to a center frequency of 500hz and I prefer a different tone for listening. I…
-
You should `sqrt(real*real + imag*imag)`
I think it's slightly different than taking the absolute value of the complex number. By doing this your resulting image will look less speckly with dark ar…