it's still closed source software? previously: https://news.ycombinator.com/item?id=18571139
WebSDR – Internet-connected Software-Defined Radios
11–20 of 67 posts
Re: WebSDR – Internet-connected Software-Defined Radios
#12it's still closed source software? previously: https://news.ycombinator.com/item?id=18571139
Re: WebSDR – Internet-connected Software-Defined Radios
#13Earlier quoted context omitted.
It is closed. There is a lot of ham radio software that isn't open source. And a lot of open source isn't developed openly. You would think that all of it would be open source but I think a lot of hams didn't come from software world.
There’s quite a bit of overlap, actually. For some reason all of the old hams want to do .NET applications, though. I really think this is one of the reasons for the stagnation in the field.
Edit: I was thinking maybe something that reads from an rtl or airspy, or maybe soapy? Then takes requests for channels over websockets from a wasm front end, then have the demod wasm side? And a waterfall streamed as a video to aid in making the channel selection? It would save bw to put demod server side, but this way clients could use custom demods if they want.
Re: WebSDR – Internet-connected Software-Defined Radios
#14it's still closed source software? previously: https://news.ycombinator.com/item?id=18571139
for open source alternative take a look at https://www.openwebrx.de/ Can also demodulate digital modes (DMR, YSF, etC) and it have nice, modern UI. WebSDR have a weird list of requirements if you want to get install file - should open instance to public, provide lots of info, etc etc etc. It's not just closed-source.
Re: WebSDR – Internet-connected Software-Defined Radios
#15Re: WebSDR – Internet-connected Software-Defined Radios
#16Earlier quoted context omitted.
It is closed. There is a lot of ham radio software that isn't open source. And a lot of open source isn't developed openly. You would think that all of it would be open source but I think a lot of hams didn't come from software world.
There’s quite a bit of overlap, actually. For some reason all of the old hams want to do .NET applications, though. I really think this is one of the reasons for the stagnation in the field.
It just depends on where you are looking. There’s plenty of OSS for SDR (it’s in the kernel, btw) on Linux. Windows you’re going to get closed source 80% of the time. Mac, forget about it.
-Old Ham
Re: WebSDR – Internet-connected Software-Defined Radios
#17Earlier quoted context omitted.
There’s quite a bit of overlap, actually. For some reason all of the old hams want to do .NET applications, though. I really think this is one of the reasons for the stagnation in the field.
What would people want this to look like? Is there a backlog anywhere of stuff people would want? Edit: I was thinking maybe something that reads from an rtl or airspy, or maybe soapy? Then takes requests for channels over websockets from a wasm front end, then have the demod wasm side? And a waterfall streamed as a video to aid in making the channel selection? It would save bw to put demod server side, but this way…
You would need more radios. If you added more radios you would need antenna that worked across the various bands people would want to listen in on. Those can create “cross-talk” to other antenna close-by. There’s not a simple solution to this. Nor does the novelty of it warrant solving this problem.
I think something like FlightAware where users sample their own radios at frequencies and submit them to a service that can aggregate the spectrum in real-time is the only real way to provide a web-based “tune to any radio frequency” SDR.
Re: WebSDR – Internet-connected Software-Defined Radios
#18Earlier quoted context omitted.
What would people want this to look like? Is there a backlog anywhere of stuff people would want? Edit: I was thinking maybe something that reads from an rtl or airspy, or maybe soapy? Then takes requests for channels over websockets from a wasm front end, then have the demod wasm side? And a waterfall streamed as a video to aid in making the channel selection? It would save bw to put demod server side, but this way…
The perceived stagnation in the field is because you can’t multiplex an SDR stream. One user can control the radio at a time. You can not listen on more bands than your radio can receive at once. Capping out at 192hz band audio sampling on most hardware. Which means you can read a wide signal but you can only read one area of the spectrum at a time. You would need more radios. If you added more radios you would need…
Re: WebSDR – Internet-connected Software-Defined Radios
#19Earlier quoted context omitted.
The perceived stagnation in the field is because you can’t multiplex an SDR stream. One user can control the radio at a time. You can not listen on more bands than your radio can receive at once. Capping out at 192hz band audio sampling on most hardware. Which means you can read a wide signal but you can only read one area of the spectrum at a time. You would need more radios. If you added more radios you would need…
An airspy can digitize 12MHz of bandwidth at once. Even without a gpu you can spit out easily over a dozen digitally subtuned channels. The bandwidth for all that raw signal data going out would be the problem. Only one person can control where that 12MHz is centred, but people can pick where in it they want to listen just like they do with websdr now.
Edit: I looked it up. You are indeed correct. 10MSPS IQ output. 10Mhz panorama spectrum view. That’s ridiculous! I just bought one.
Re: WebSDR – Internet-connected Software-Defined Radios
#20I bought both a HackRF and an Ettus USRP B210 years ago for playing with.
I am yet to actually do anything of interest! Anyone want to share anything cool they’ve done in the SDR world?