ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
980 stars 462 forks source link

Use with soundcard and hamlib? #99

Closed danwdart closed 6 years ago

danwdart commented 6 years ago

Can somehow I connect this to a radio which uses hamlib/rigctl/soundcard access and provide speaking?

If not, what would be the steps?

Cheers

ha7ilm commented 6 years ago

What do you want to achieve exactly with that? In theory, it is possible to use a traditional SSB receiver with 3 kHz bandwidth as an input signal source for OpenWebRX, but that doesn't make much sense.

ha7ilm commented 6 years ago

Or if you mean that, an SDR receiver hardware(+software) is a real radio. The list of supported hardware is here:

https://github.com/simonyiszk/openwebrx/wiki

Anyway, I think I don't understand the question yet.

danwdart commented 6 years ago

Yes, what I mean is the 3 kHz bandwidth audio source, which is tunable via software.

ha7ilm commented 6 years ago

You could start out from this: https://github.com/simonyiszk/openwebrx/wiki/Using-OpenWebRX-with-the-audio-card-as-a-VLF-receiver

The web UI currently doesn't support changing the center frequency for SDR hardware either, so you have to implement yourself if you want such functionality.

Anyway, OpenWebRX was designed to let multiple people access wide bandwidth receivers, so there are probabily other better solutions for remote controlling a typical rig. You are basically looking for something like this, but with audio streaming, I think: https://github.com/ntoulasd/Webrig

danwdart commented 6 years ago

Okay - thanks for the info, I haven't thought other interfaces look very nice before - I'll see if that works well enough for me.

Also changed the title for anyone who's searching if they have the same query.

Cheers