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.
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...
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,...
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...
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...
What about replace DSD to DSDcc from @f4exb? DSDcc support DMR and System Fusion decoding.
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...
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....