shinysdr icon indicating copy to clipboard operation
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.

Results 48 shinysdr issues
Sort by recently updated
recently updated
newest added

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'...

bug

I found https://github.com/antoinet/gr-acars2 and wondered if it could be made to pull in on setup de k9wkj

enhancement
help wanted

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...

enhancement

* 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)...

enhancement

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`),...

refactoring

Nice replcament for proprietry websdr. Can i listen stream without open browser via common wide player, VLC for example.

enhancement
help wanted

[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...

enhancement

`/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...

enhancement

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...

refactoring