shinysdr
shinysdr copied to clipboard
Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
Sometimes some frequency databases' content is missing in the spectrum view, and reloading helps. I haven't dug into this yet, but it probably has to do with JS database objects'...
ACARS
I found https://github.com/antoinet/gr-acars2 and wondered if it could be made to pull in on setup de k9wkj
I don't actually see an open issue about this. Feel free to close as a dupe if I missed it. ShinySDR has a variety of bits of transmit support (Osmo...
* In #104 we see a use case for adjusting FM receiver bandwidth — receiving APT signals using an external program. * The “Raw IQ” mode (intended for similar purposes)...
There are a number of things I want which are not feasible to implement given the current way in which the GR flow graph is managed (in `shinysdr.i.top`, `shinysdr.i.receiver`, `shinysdr.devices`),...
Nice replcament for proprietry websdr. Can i listen stream without open browser via common wide player, VLC for example.
[The Operation section of the manual](https://kpreid.github.io/shinysdr/manual/operation) is notably thin. Recently, #108 shows that the Map and Telemetry panes can be rather cryptic. (This should also be addressed in the UI...
`/tools/audio-spectrum` and friends can take audio from "user media" devices. I got a request to allow URLs for audio files/streams as well. Details: * Display the `` element so that...
Hi, Is there a way to modify the VOR plugin to receive NOAA APT weather satellites?(or a other plugin) I need to modify the filter bandwidth to 36Khz for the...
As noticed here: https://github.com/kpreid/shinysdr/pull/82#issuecomment-306489971 Demodulators are instantiated within the reactor thread. Since demodulators are also GNU Radio blocks, this involves calling GNU Radio code which isn't designed with Twisted's event...