ha7ilm / openwebrx

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

Some netcat versions are not command-line compatible #2

Closed ha7ilm closed 9 years ago

ha7ilm commented 9 years ago

On some linux distros, when starting OpenWebRX, you may get an error message corresponding to nc.

A temporary fix is to replace

nc -vvl 127.0.0.1 -p 8888

with

nc -l 127.0.0.1 8888

in _configwebrx.py

ha7ilm commented 9 years ago

Should be fixed with the current version.