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

Some exported values, like rotator azimuth/elevation and AGC gain, have the property that they can be set from the client, but their value also changes on the server side. Right...

enhancement

I'd like to be able to use fldigi or wsjt-x with my SDR. These programs support hamlib, and I can get them to control the SoftRock directly (set frequency, tx/rx,...

enhancement

The current install instructions dont cover the program being uninstalled or upgraded. I brakes the system wide install. I suggest the following before for 4a. ----------------------------- system-wide installation cd shinysdr...

enhancement
help wanted

The word “block”, as used in the JS client code, actually means “remote object”, or more precisely “object composed mostly of `Cell`s in a particular fashion”, corresponding to `ExportedState` on...

refactoring

What about replace DSD to DSDcc from @f4exb? DSDcc support DMR and System Fusion decoding.

enhancement
help wanted

This allows flightradar24 to be a telemetry source. There wasn't any way to get access to the TelemetryStore for things other than IDemodulators, so I had to add a hook...

This required some interesting surgery to work around RequireJS bugs when loading the geodesy library. geodesy is built as a CommonJS library, which RequireJS provides support for but it is...

Upcoming API feature: an AudioContext can be created with a specified sample rate. https://www.chromestatus.com/feature/5136778254090240 https://webaudio.github.io/web-audio-api/#dom-audiocontextoptions-samplerate This could be used to replace the explicit resampling done in ShinySDR's audio stream client...

enhancement

Two silly missing features that combine to be a bad UI : 1. If no writable database is configured, then the user can create entries which are lost on restart....