Open source, multi-user SDR receiver software with a web interface
Go to file
Jakob Ketterl 438efa655f fix javascript issues 2019-07-09 17:32:49 +02:00
docker add an airspy image 2019-06-20 15:37:21 +02:00
htdocs fix javascript issues 2019-07-09 17:32:49 +02:00
owrx make wsjt feature available (not used yet) 2019-07-08 20:16:29 +02:00
.gitignore Added nanoscroller, retabbed index.wrx and did some work on the digidemod UI 2017-05-03 16:32:47 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-02-14 18:37:45 +01:00
CONTRIBUTORS Added CONTRIBUTORS file. 2016-02-14 18:46:55 +01:00
ICLA.txt Update ICLA.txt 2016-02-14 10:56:15 +01:00
LICENSE.txt Create LICENSE.txt 2015-11-29 18:00:35 +01:00
README.md update readme with recent stuff 2019-06-30 15:57:32 +02:00
build.sh add an airspy image 2019-06-20 15:37:21 +02:00
config_webrx.py server-side removal of map positions 2019-07-07 15:52:24 +02:00
csdr.py ft8 message parsing 2019-07-06 20:03:17 +02:00
openwebrx.py improve shutdown handling 2019-05-12 18:10:24 +02:00
push.sh add an airspy image 2019-06-20 15:37:21 +02:00
sdrhu.py refactor the sdr.hu updater into the new server, too 2019-05-12 14:35:25 +02:00

README.md

OpenWebRX

💾 Setup guide for Ubuntu | 📘 Knowledge base on the Wiki | 🌎 Receivers on SDR.hu

OpenWebRX is a multi-user SDR receiver software with a web interface.

OpenWebRX

It has the following features:

  • csdr based demodulators (AM/FM/SSB/CW/BPSK31),
  • filter passband can be set from GUI,
  • it extensively uses HTML5 features like WebSocket, Web Audio API, and Canvas
  • it works in Google Chrome, Chromium and Mozilla Firefox
  • currently supports RTL-SDR, HackRF, SDRplay, AirSpy
  • Multiple SDR devices can be used simultaneously
  • digiham based demodularors (DMR, YSF)
  • dsd based demodulators (D-Star, NXDN)

News (2019-06-30 by DD5JFK)

  • I have done some major rework on the openwebrx core, and I am planning to continue adding more features in the near future. Please check this place for updates.
  • My work has not been accepted into the upstream repository, so you will need to chose between my fork and the official version.
  • I have enabled the issue tracker on this project, so feel free to file bugs or suggest enhancements there!
  • This version sports the following new and amazing features:
    • Support of multiple SDR devices simultaneously
    • Support for multiple profiles per SDR that allow the user to listen to different frequencies
    • Support for digital voice decoding
    • Feature detection that will disable functionality when dependencies are not available (if you're missing the digital buttons, this is probably why)
  • Raspbian SD Card Images and Docker builds available (see below)
  • I am currently working on the feature set for a stable release, but you are more than welcome to test development versions!

When upgrading OpenWebRX, please make sure that you also upgrade csdr and digiham!

OpenWebRX servers on SDR.hu

SDR.hu is a site which lists the active, public OpenWebRX servers. Your receiver can also be part of it, if you want.

sdr.hu

Setup

Raspberry Pi SD Card Images

Probably the quickest way to get started is to download the latest Raspberry Pi SD Card Image. It contains all the depencencies out of the box, and should work on all Raspberries up to the 3B+.

This is based off the Raspbian Lite distribution, so their installation instructions apply.

Please note: I have not updated this to include the Raspberry Pi 4 yet. (It seems to be impossible to build Rasbpian Buster images on x86 hardware right now. Stay tuned!)

Once you have booted a Raspberry with the SD Card, it will appear in your network with the hostname "openwebrx", which should make it available as http://openwebrx:8073/ on most networks. This may vary depending on your specific setup.

For Digital voice, the minimum requirement right now seems to be a Rasbperry Pi 3B+. I would like to work on optimizing this for lower specs, but at this point I am not sure how much can be done.

Docker Images

For those familiar with docker, I am providing recent builds and Releases for both x86 and arm processors on the Docker hub. You can find a short introduction there.

Manual Installation

OpenWebRX currently requires Linux and python 3 to run.

First you will need to install the dependencies:

Optional Dependencies if you want to be able to listen do digital voice:

After cloning this repository and connecting an RTL-SDR dongle to your computer, you can run the server:

python openwebrx.py

You can now open the GUI at http://localhost:8073.

Please note that the server is also listening on the following ports (on localhost only):

  • ports 4950 to 4960 for the multi-user I/Q servers.

Now the next step is to customize the parameters of your server in config_webrx.py.

Actually, if you do something cool with OpenWebRX, please drop me a mail:
Andras Retzler, HA7ILM <randras@sdr.hu>

Usage tips

You can zoom the waterfall display by the mouse wheel. You can also drag the waterfall to pan across it.

The filter envelope can be dragged at its ends and moved around to set the passband.

However, if you hold down the shift key, you can drag the center line (BFO) or the whole passband (PBS).

Setup tips

If you have any problems installing OpenWebRX, you should check out the Wiki about it, which has a page on the common problems and their solutions.

Sometimes the actual error message is not at the end of the terminal output, you may have to look at the whole output to find it.

Licensing

OpenWebRX is available under Affero GPL v3 license (summary).

OpenWebRX is also available under a commercial license on request. Please contact me at the address <randras@sdr.hu> for licensing options.