Jakob Ketterl
Jakob Ketterl
I'm having a little trouble receiving big messages from a node.js websocket server (if it's of any use, the server side uses [this](https://github.com/Worlize/WebSocket-Node) library). The connection seems to close with...
this is a problem that is showing up on raspbian buster, where recent fftw3* packages have been compiled with the `--with-slow-timer` option. i would prefer to have a more precise...
While working on openwebrx, I made the dsp output sample rate adapt to what is requested from the client (it was fixed to 11025 before). When clients with a 48kHz...
This fix allows latitude and longitude to be set to `0` in the constructor's `options` argument. Without this change, the default values would be applied due to the expression `p0.lat`...
This adds a very basic input implementation to be able to stream audio data on STDIN. This addresses #109 and allows the integration of ACARS decoding in OpenWebRX.
Just a few lines of code to add the ability to enable background tasks when using `--ifile` as input. Also tried to streamline the existing options by prefixing them with...
Context: We integrated dump1090 into OpenWebRX (a web-based SDR solution) and it is working fine for the most part. Since OpenWebRX supports a number of different SDR devices and handles...
In preparation for a better integration with SoapySDR, I introduced a very basic validation for sample rates in the OpenWebRX web config. I based the list of options on what...