OpenWebRX ist eine Lösung zur Fernüberwachung von Spektren (WebRadio) mit den folgenden Merkmalen:
hat AM/FM/SSB/CW/BPSK31-Demodulatoren, verwendet eine leichte DSP-Bibliothek namens libcsdr, hat eine Wasserfallanzeige, die in der Zeit zurückgesetzt werden kann, …oder in 3D betrachtet!
Mit dem Laden des Videos akzeptieren Sie die Datenschutzerklärung von YouTube. Mehr erfahren
Wir kennen diese Software/Hardware und das Design von KIWI-SDR, dieses WebRadio wird von Wimo verkauft.
Die einzigartige Besonderheit ist das eingebaute Webinterface (OpenWebRX). Während für andere SDRs meist ein passender USB-Treiber und immer noch ein Programm auf dem PC zu installieren ist, erfolgt beim KiwiSDR alles über den im PC bereits vorhandenen Web-Browser. Einfach den KiwiSDR über LAN ans Netzwerk anschließen, Antenne anschließen, schon ist man auf Empfang. Natürlich ist der KiwiSDR deshalb extrem portabel, weil er ohne jede Installation an jedem beliebigen PC mit einem aktuellen Webbrowser betrieben werden kann.
Es gibt auch eine preiswertere Lösung zum Selbstbau.
Dazu benötige ich einen Linux-Rechner, dass kann ein PC, Laptop oder ein Einplatinen-Computer, wie zum Beispiel der Raspberry pi 3 b+ mit Linux sein.
Als Hardware für den Empfang reicht ein preiswerter RTL-SDR-USB-Stick oder ein SDRPlay wie auch verschiedene andere RX-Empfänger (HackRF, AirSpy, SDRplay, etc.) aus.
Dazu muss ich noch die OpenWebRX unter Linux auf dem jeweilig eingesetzten Rechner installieren und mit meinem Netzwerk per Wlan oder Lan verbinden.
Die von KIWI-SDR verwendete Software ist in ihrem Funktionsumpfang, gegenüber der freeware OpenWebRX-Software weiter entwickelt worden und läuft leider nur mit der KIWI-SDR eingesetzten Hardware.
Auf meiner Seite unter WEB-SDR oder unter http://saure.dyndns.org:8074/ zeige ich den Einsatz von OpenWebRX mit einem Linux Rechner und daran angeschlossen ein SDRPlay der ersten Generation.
Jetzt habe ich OpenWebRX auch mit meinem Raspberry PI 3 B+ und einem SDRPlay (RSP1) zum laufen bekommen,
er ist schon um einiges empfindlicher als mein RTL-Stick.
Dieses WebSDR Radio ist nicht immer verfügbar und nur im Testbetrieb.
Auf der Seite gibt es noch einen zweiten Live-Stream meines OpenHPSDR Transceiver, was aber zur Zeit nicht eingeschaltet ist.
Hier könnt Ihr mein Image herunterladen, dass Image habe ich mit Win32DiskImager erstellt von einer 16GB Speicherkarte.
seit Juli 2019 betreibe ich so ein WebSDR auf 2m und habe inzwischen laut Flagcounter 43 Länder gesammelt und 1.502 Besuche von 688 individuellen Besuchern zu verzeichnen. Kurzzeitig hatte ich auch mal eine einzelne 23cm-Bake übertragen – da kommt der USB-Stick so langsam an seine Grenzen bezüglich der Frequenzstabilität. Zum Glück fand man die Bake aber immer noch, hi.
Auf die Dauer war mir die „Auswahl“ zu langweilig, und so habe ich den Raspi wieder vom Netz genommen.
Sebastian
Gast
1 Jahr zuvor
Hallo , ich betreibe auch ein openwebrx sdr , vorher mit ein hackrf ,nun versuche ich ihn mit ein sdrplay rspduo zu betreiben, hab da meine Probleme mit, ich wäre dankbar für Parameter in der openwebrx-config , er geht zwar Online aber nur schwarzer Wasserfall, benötige rf-gain, LNA gain Parameter oder besser noch ein Tipp zur Implementierung des sdrplay in die config
„““ config_webrx: configuration options for OpenWebRX
This file is part of OpenWebRX, an open-source SDR receiver software with a web UI. Copyright (c) 2013-2015 by Andras Retzler
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
In addition, as a special exception, the copyright holders state that config_rtl.py and config_webrx.py are not part of the Corresponding Source defined in GNU AGPL version 3 section 1.
(It means that you do not have to redistribute config_rtl.py and config_webrx.py if you make any changes to these two configuration files, and use them for running your web service with OpenWebRX.) „““
# ==== Server settings ==== web_port=8073 server_hostname=“http://saure.dyndns.org“ # If this contains an incorrect value, the web UI may freeze on load (it can’t open websocket) max_clients=8
# ==== Web GUI configuration ==== receiver_name=“[DD8JM]“ receiver_location=“Wuppertal, Germany“ receiver_qra=“JO31OH“ receiver_asl=200 receiver_ant=“2 X 38 Meter Dipol“ receiver_device=“SDRplay“ receiver_admin=“Joerg@Jörg.de“ receiver_gps=(47.000000,19.000000) photo_height=350 photo_title=““ photo_desc=“““
# ==== sdr.hu listing ==== # If you want your ham receiver to be listed publicly on sdr.hu, then take the following steps: # 1. Register at: http://sdr.hu/register # 2. You will get an unique key by email. Copy it and paste here: sdrhu_key = „“ # 3. Set this setting to True to enable listing: sdrhu_public_listing = False
# ==== DSP/RX settings ==== fft_fps=9 fft_size=4096 #Should be power of 2 fft_voverlap_factor=0.3 #If fft_voverlap_factor is above 0, multiple FFTs will be used for creating a line on the diagram.
# sdrplay params # Found 13 sample rates: 250000 500000 1000000 2000000 2048000 3000000 4000000 5000000 6000000 7000000 8000000 9000000 10000000 # Found 8 bandwidths: 200000 300000 600000 1536000 5000000 6000000 7000000 8000000 center_freq = 3700000 # 144474000 20m=14138000 40m=7090000 80m=3590000 160m=1835000 6m=50057000 11m=27355000 MW=1000000 10mssb=28267000 70cmusb=432474000 1296474000 samp_rate = 500000 # 2048000, best overall seems 500000 #rf_gain = 0 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode. #ppm = 0
# samp_rate = 250000 #samp_rate = 2100000 #center_freq = 145000000 rf_gain = 0 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode. ppm = 0
digimodes_enable=True #Decoding digimodes come with higher CPU usage. digimodes_fft_size=1024
start_rtl_thread=True
„““ Note: if you experience audio underruns while CPU usage is 100%, you can: – decrease samp_rate, – set fft_voverlap_factor to 0, – decrease fft_fps and fft_size, – limit the number of users by decreasing max_clients. „““
# ==== I/Q sources ==== # (Uncomment the appropriate by removing # characters at the beginning of the corresponding lines.)
################################################################################################# # Is my SDR hardware supported? # # Check here: https://github.com/simonyiszk/openwebrx/wiki#guides-for-receiver-hardware-support # #################################################################################################
# You can use other SDR hardware as well, by giving your own command that outputs the I/Q samples… Some examples of configuration are available here (default is RTL-SDR):
#lna_gain=8 #rf_amp=1 #start_rtl_command=“hackrf_transfer -s {samp_rate} -f {center_freq} -g {rf_gain} -l{lna_gain} -a{rf_amp} -r-„.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm, rf_amp=rf_amp, lna_gain=lna_gain) #format_conversion=“csdr convert_s8_f“ „““ To use a HackRF, compile the HackRF host tools from its „stdout“ branch: git clone https://github.com/mossmann/hackrf/ cd hackrf git fetch git checkout origin/stdout cd host mkdir build cd build cmake .. -DINSTALL_UDEV_RULES=ON make sudo make install „““
# >> Sound card SDR (needs ALSA) # I did not have the chance to properly test it. #samp_rate = 96000 #start_rtl_command=“arecord -f S16_LE -r {samp_rate} -c2 -„.format(samp_rate=samp_rate) #format_conversion=“csdr convert_s16_f | csdr gain_ff 30“
# >> Pre-recorded raw I/Q file as signal source # You will have to correctly specify: samp_rate, center_freq, format_conversion in order to correctly play an I/Q file. #start_rtl_command=“(while true; do cat my_iq_file.raw; done) | csdr flowcontrol {sr} 20 „.format(sr=samp_rate*2*1.05) #format_conversion=“csdr convert_u8_f“
#>> The rx_sdr command works with a variety of SDR harware: RTL-SDR, HackRF, SDRplay, UHD, Airspy, Red Pitaya, audio devices, etc. # It will auto-detect your SDR hardware if the following tools are installed: # * the vendor provided driver and library, # * the vendor-specific SoapySDR wrapper library, # * and SoapySDR itself. # Check out this article on the OpenWebRX Wiki: https://github.com/simonyiszk/openwebrx/wiki/Using-rx_tools-with-OpenWebRX/ #start_rtl_command=“rx_sdr -F CF32 -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} -„.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm) #format_conversion=““
iq_server_port = 4951 #TCP port for ncat to listen on. It will send I/Q data over its connections, for internal use in OpenWebRX. It is only accessible from the localhost by default.
### default theme by teejez: waterfall_colors = „[0x000000ff,0x0000ffff,0x00ffffff,0x00ff00ff,0xffff00ff,0xff0000ff,0xff00ffff,0xffffffff]“ waterfall_min_level = -58 #in dB waterfall_max_level = -20 waterfall_auto_level_margin = (5, 40) ### old theme by HA7ILM: #waterfall_colors = „[0x000000ff,0x2e6893ff, 0x69a5d0ff, 0x214b69ff, 0x9dc4e0ff, 0xfff775ff, 0xff8a8aff, 0xb20000ff]“ #waterfall_min_level = -115 #in dB #waterfall_max_level = 0 #waterfall_auto_level_margin = (20, 30) ##For the old colors, you might also want to set [fft_voverlap_factor] to 0.
#Note: When the auto waterfall level button is clicked, the following happens: # [waterfall_min_level] = [current_min_power_level] – [waterfall_auto_level_margin[0]] # [waterfall_max_level] = [current_max_power_level] + [waterfall_auto_level_margin[1]] # # ___|____________________________________|____________________________________|____________________________________|___> signal power # \_waterfall_auto_level_margin[0]_/ |__ current_min_power_level | \_waterfall_auto_level_margin[1]_/ # current_max_power_level __|
# === Experimental settings === #Warning! The settings below are very experimental. csdr_dynamic_bufsize = False # This allows you to change the buffering mode of csdr. csdr_print_bufsizes = False # This prints the buffer sizes used for csdr processes. csdr_through = False # Setting this True will print out how much data is going into the DSP chains.
nmux_memory = 50 #in megabytes. This sets the approximate size of the circular buffer used by nmux.
#Look up external IP address automatically from icanhazip.com, and use it as [server_hostname] „““ print „[openwebrx-config] Detecting external IP address…“ import urllib2 server_hostname=urllib2.urlopen(„http://icanhazip.com“).read()[:-1] print „[openwebrx-config] External IP address detected:“, server_hostname „““
Hallo Jörg, du sag mal ich hab den Frequenzbereich von 144-146 MHz, aber ich habe ganz rechts und ganz links ein komplett schwarzen Rand, das hatte ich bei den hackrf nicht , ist das die Bandbreite und wenn ja wie ändere ich das bloß?, gibt es irgendwo in einer Soapysdr oder rx_sdr etwas um die bandbreite nachzustellen??
Ja das hab ich, Center Frequenz ist 145 und die samp_rate 2000000 , ich vermute es ist die bandbreite die ich noch breiter machen muss aber ich finde nichts wo ich sie breiter Stelle, sie sollte schon gerne 2mhz sein, ist aber scheinbar nur 1,5mhz breit , irgendwo muss es die Einstellung geben
Jetzt habe ich OpenWebRX auch mit meinem Raspberry PI 3 B+ und einem SDRPlay (RSP1) zum laufen bekommen, er ist schon um einiges empfindlicher als mein RTL-Stick.
Leider geht der Download-Link nicht mehr…
Lieber Jörg,
seit Juli 2019 betreibe ich so ein WebSDR auf 2m und habe inzwischen laut Flagcounter 43 Länder gesammelt und 1.502 Besuche von 688 individuellen Besuchern zu verzeichnen.
Kurzzeitig hatte ich auch mal eine einzelne 23cm-Bake übertragen – da kommt der USB-Stick so langsam an seine Grenzen bezüglich der Frequenzstabilität. Zum Glück fand man die Bake aber immer noch, hi.
Auf die Dauer war mir die „Auswahl“ zu langweilig, und so habe ich den Raspi wieder vom Netz genommen.
Hallo , ich betreibe auch ein openwebrx sdr , vorher mit ein hackrf ,nun versuche ich ihn mit ein sdrplay rspduo zu betreiben, hab da meine Probleme mit, ich wäre dankbar für Parameter in der openwebrx-config , er geht zwar Online aber nur schwarzer Wasserfall, benötige rf-gain, LNA gain Parameter oder besser noch ein Tipp zur Implementierung des sdrplay in die config
Hallo Sebastian,
hier meine openwebrx-config:
# -*- coding: utf-8 -*-
„““
config_webrx: configuration options for OpenWebRX
This file is part of OpenWebRX,
an open-source SDR receiver software with a web UI.
Copyright (c) 2013-2015 by Andras Retzler
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
In addition, as a special exception, the copyright holders
state that config_rtl.py and config_webrx.py are not part of the
Corresponding Source defined in GNU AGPL version 3 section 1.
(It means that you do not have to redistribute config_rtl.py and
config_webrx.py if you make any changes to these two configuration files,
and use them for running your web service with OpenWebRX.)
„““
# NOTE: you can find additional information about configuring OpenWebRX in the Wiki:
# https://github.com/simonyiszk/openwebrx/wiki
# ==== Server settings ====
web_port=8073
server_hostname=“http://saure.dyndns.org“ # If this contains an incorrect value, the web UI may freeze on load (it can’t open websocket)
max_clients=8
# ==== Web GUI configuration ====
receiver_name=“[DD8JM]“
receiver_location=“Wuppertal, Germany“
receiver_qra=“JO31OH“
receiver_asl=200
receiver_ant=“2 X 38 Meter Dipol“
receiver_device=“SDRplay“
receiver_admin=“Joerg@Jörg.de“
receiver_gps=(47.000000,19.000000)
photo_height=350
photo_title=““
photo_desc=“““
Receiver is operated by: %[RX_ADMIN]
Device: %[RX_DEVICE]
Antenna: %[RX_ANT]
Website: http://cq-nrw.de
„““
# ==== sdr.hu listing ====
# If you want your ham receiver to be listed publicly on sdr.hu, then take the following steps:
# 1. Register at: http://sdr.hu/register
# 2. You will get an unique key by email. Copy it and paste here:
sdrhu_key = „“
# 3. Set this setting to True to enable listing:
sdrhu_public_listing = False
# ==== DSP/RX settings ====
fft_fps=9
fft_size=4096 #Should be power of 2
fft_voverlap_factor=0.3 #If fft_voverlap_factor is above 0, multiple FFTs will be used for creating a line on the diagram.
# sdrplay params
# Found 13 sample rates: 250000 500000 1000000 2000000 2048000 3000000 4000000 5000000 6000000 7000000 8000000 9000000 10000000
# Found 8 bandwidths: 200000 300000 600000 1536000 5000000 6000000 7000000 8000000
center_freq = 3700000 # 144474000 20m=14138000 40m=7090000 80m=3590000 160m=1835000 6m=50057000 11m=27355000 MW=1000000 10mssb=28267000 70cmusb=432474000 1296474000
samp_rate = 500000 # 2048000, best overall seems 500000
#rf_gain = 0 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode.
#ppm = 0
# samp_rate = 250000
#samp_rate = 2100000
#center_freq = 145000000
rf_gain = 0 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode.
ppm = 0
audio_compression=“adpcm“ #valid values: „adpcm“, „none“
fft_compression=“adpcm“ #valid values: „adpcm“, „none“
digimodes_enable=True #Decoding digimodes come with higher CPU usage.
digimodes_fft_size=1024
start_rtl_thread=True
„““
Note: if you experience audio underruns while CPU usage is 100%, you can:
– decrease
samp_rate
,– set
fft_voverlap_factor
to 0,– decrease
fft_fps
andfft_size
,– limit the number of users by decreasing
max_clients
.„““
# ==== I/Q sources ====
# (Uncomment the appropriate by removing # characters at the beginning of the corresponding lines.)
#################################################################################################
# Is my SDR hardware supported? #
# Check here: https://github.com/simonyiszk/openwebrx/wiki#guides-for-receiver-hardware-support #
#################################################################################################
# You can use other SDR hardware as well, by giving your own command that outputs the I/Q samples… Some examples of configuration are available here (default is RTL-SDR):
# >> RTL-SDR via rtl_sdr
#start_rtl_command=“rtl_sdr -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} -„.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)
#format_conversion=“csdr convert_u8_f“
#lna_gain=8
#rf_amp=1
#start_rtl_command=“hackrf_transfer -s {samp_rate} -f {center_freq} -g {rf_gain} -l{lna_gain} -a{rf_amp} -r-„.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm, rf_amp=rf_amp, lna_gain=lna_gain)
#format_conversion=“csdr convert_s8_f“
„““
To use a HackRF, compile the HackRF host tools from its „stdout“ branch:
git clone https://github.com/mossmann/hackrf/
cd hackrf
git fetch
git checkout origin/stdout
cd host
mkdir build
cd build
cmake .. -DINSTALL_UDEV_RULES=ON
make
sudo make install
„““
# >> Sound card SDR (needs ALSA)
# I did not have the chance to properly test it.
#samp_rate = 96000
#start_rtl_command=“arecord -f S16_LE -r {samp_rate} -c2 -„.format(samp_rate=samp_rate)
#format_conversion=“csdr convert_s16_f | csdr gain_ff 30“
# >> /dev/urandom test signal source
# samp_rate = 2400000
# start_rtl_command=“cat /dev/urandom | (pv -qL
python -c 'print int({samp_rate} * 2.2)'
2>&1)“.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate)# format_conversion=“csdr convert_u8_f“
# >> Pre-recorded raw I/Q file as signal source
# You will have to correctly specify: samp_rate, center_freq, format_conversion in order to correctly play an I/Q file.
#start_rtl_command=“(while true; do cat my_iq_file.raw; done) | csdr flowcontrol {sr} 20 „.format(sr=samp_rate*2*1.05)
#format_conversion=“csdr convert_u8_f“
#>> The rx_sdr command works with a variety of SDR harware: RTL-SDR, HackRF, SDRplay, UHD, Airspy, Red Pitaya, audio devices, etc.
# It will auto-detect your SDR hardware if the following tools are installed:
# * the vendor provided driver and library,
# * the vendor-specific SoapySDR wrapper library,
# * and SoapySDR itself.
# Check out this article on the OpenWebRX Wiki: https://github.com/simonyiszk/openwebrx/wiki/Using-rx_tools-with-OpenWebRX/
#start_rtl_command=“rx_sdr -F CF32 -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} -„.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)
#format_conversion=““
start_rtl_command=“rx_sdr -f {center_freq} -d driver=sdrplay -g 30 -F CF32 -s {samp_rate} -p 0 -„.format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)
format_conversion=““
# >> gr-osmosdr signal source using GNU Radio (follow this guide: https://github.com/simonyiszk/openwebrx/wiki/Using-GrOsmoSDR-as-signal-source)
#start_rtl_command=“cat /tmp/osmocom_fifo“
#format_conversion=““
# ==== Misc settings ====
shown_center_freq = center_freq #you can change this if you use an upconverter
client_audio_buffer_size = 5
#increasing client_audio_buffer_size will:
# – also increase the latency
# – decrease the chance of audio underruns
start_freq = center_freq
start_mod = „lsb“ #nfm, am, lsb, usb, cw
iq_server_port = 4951 #TCP port for ncat to listen on. It will send I/Q data over its connections, for internal use in OpenWebRX. It is only accessible from the localhost by default.
#access_log = „~/openwebrx_access.log“
# ==== Color themes ====
#A guide is available to help you set these values: https://github.com/simonyiszk/openwebrx/wiki/Calibrating-waterfall-display-levels
### default theme by teejez:
waterfall_colors = „[0x000000ff,0x0000ffff,0x00ffffff,0x00ff00ff,0xffff00ff,0xff0000ff,0xff00ffff,0xffffffff]“
waterfall_min_level = -58 #in dB
waterfall_max_level = -20
waterfall_auto_level_margin = (5, 40)
### old theme by HA7ILM:
#waterfall_colors = „[0x000000ff,0x2e6893ff, 0x69a5d0ff, 0x214b69ff, 0x9dc4e0ff, 0xfff775ff, 0xff8a8aff, 0xb20000ff]“
#waterfall_min_level = -115 #in dB
#waterfall_max_level = 0
#waterfall_auto_level_margin = (20, 30)
##For the old colors, you might also want to set [fft_voverlap_factor] to 0.
#Note: When the auto waterfall level button is clicked, the following happens:
# [waterfall_min_level] = [current_min_power_level] – [waterfall_auto_level_margin[0]]
# [waterfall_max_level] = [current_max_power_level] + [waterfall_auto_level_margin[1]]
#
# ___|____________________________________|____________________________________|____________________________________|___> signal power
# \_waterfall_auto_level_margin[0]_/ |__ current_min_power_level | \_waterfall_auto_level_margin[1]_/
# current_max_power_level __|
# 3D view settings
mathbox_waterfall_frequency_resolution = 128 #bins
mathbox_waterfall_history_length = 10 #seconds
mathbox_waterfall_colors = „[0x000000ff,0x2e6893ff, 0x69a5d0ff, 0x214b69ff, 0x9dc4e0ff, 0xfff775ff, 0xff8a8aff, 0xb20000ff]“
# === Experimental settings ===
#Warning! The settings below are very experimental.
csdr_dynamic_bufsize = False # This allows you to change the buffering mode of csdr.
csdr_print_bufsizes = False # This prints the buffer sizes used for csdr processes.
csdr_through = False # Setting this True will print out how much data is going into the DSP chains.
nmux_memory = 50 #in megabytes. This sets the approximate size of the circular buffer used by nmux.
#Look up external IP address automatically from icanhazip.com, and use it as [server_hostname]
„““
print „[openwebrx-config] Detecting external IP address…“
import urllib2
server_hostname=urllib2.urlopen(„http://icanhazip.com“).read()[:-1]
print „[openwebrx-config] External IP address detected:“, server_hostname
„““
Jo danke dir, die sieht ja in einigen Sachen ganz anders aus als mein ,hmm
Hallo Jörg, du sag mal ich hab den Frequenzbereich von 144-146 MHz, aber ich habe ganz rechts und ganz links ein komplett schwarzen Rand, das hatte ich bei den hackrf nicht , ist das die Bandbreite und wenn ja wie ändere ich das bloß?, gibt es irgendwo in einer Soapysdr oder rx_sdr etwas um die bandbreite nachzustellen??
Hallo Sebastian Du must mit der center_freq = und mit der samp_rate = die Bandmitte und die Grenzen rechts links einstellen.
Gruß Jörg
Ja das hab ich, Center Frequenz ist 145 und die samp_rate 2000000 , ich vermute es ist die bandbreite die ich noch breiter machen muss aber ich finde nichts wo ich sie breiter Stelle, sie sollte schon gerne 2mhz sein, ist aber scheinbar nur 1,5mhz breit , irgendwo muss es die Einstellung geben
Jetzt habe ich OpenWebRX auch mit meinem Raspberry PI 3 B+ und einem SDRPlay (RSP1) zum laufen bekommen,
er ist schon um einiges empfindlicher als mein RTL-Stick.
Hier noch ein Bild von der Seite.