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

Hi - great software, but would be easier to deploy on multiple machines if it was an exe via PyInstaller or similar for mac as well perhaps. Not a bug...

`audio-spectrum-main.js` constructs an `AudioContext` with the default sample rate, but this may not be the best sample rate available for a given input device. Detect what that sample rate is...

enhancement

I can't promise everything works but all the basic functionality seems to be there and working in my tests. I kept each logical change as a separate commit so you...

refactoring

When I initially launch ShinySDR via any web browser, the audio is muted although the waterfall display is active and showing signals. I must first click on the "Direct link...

bug

Hi All, New user here (great application). I see the audio bar jumping around but i'm not getting any volume on my clients. I've tried Chrome, Firefox and IE and...

support

Im lost the server will not pass this line: ``` config.devices.add(u'audio',name='RSHFiq', AudioDevice(rx_device='Built-in Input',sample_rate=48000,channel_mapping='IQ')) ``` or ``` config.devices.add(u'audio',name='RSHFiq', AudioDevice(rx_device='plughw:0,0',sample_rate=48000,channel_mapping='IQ')) ``` or ``` addCallback(lambda rig: config.devices.add('RSHFiq',rig, shinysdr.devices.AudioDevice('Built-in Input', sample_rate=48000, channel_mapping=IQ'))) ``` ----------------------------------------------------...

support

Per the 'operation' section of the manual: https://shinysdr.switchb.org/manual/operation, there should be a 'menu' button somewhere on the UI, but I can't seem to find it. I'm running the latest HEAD...

Hello I'm having problems with creating config directory, when i add command shinysdr --create /configSDR/ i get this: ``` [fort@localhost shinysdr]$ shinysdr --create home Traceback (most recent call last): File...

support

The requirement to configure two server ports is occasionally problematic. It would be nice if we could eliminate it. Options: 1. Migrate WebSocket server code from txWS to Autobahn, another...

[PyEphem](https://rhodesmill.org/pyephem/) is deprecated and the author is working on [Skyfield](https://rhodesmill.org/skyfield/) instead, which appears to do the same tasks with a redesigned API.

refactoring