Our current SDR online list: https://sdr-list.xyz/
Quote from: Bas ON5HB on Jul 25, 2025, 04:49 PMLooks to me your gain is by far too high on the RSP1A, you really need to lower it a lot.
As you are injecting noise mostly.
Quoteroot@Siemens:/home/websdr# service websdr status
● websdr.service - PhantomSDRPlus WebSDR
Loaded: loaded (/etc/systemd/system/websdr.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-07-18 07:18:34 CEST; 1 week 4 days ago
Main PID: 629 (start-websdr.sh)
Tasks: 15 (limit: 9253)
Memory: 281.5M
CPU: 3w 1d 16h 45min 27.575s
CGroup: /system.slice/websdr.service
├─629 /bin/bash /home/websdr/PhantomSDR-Plus/start-websdr.sh
├─699 rx888_stream/target/release/rx888_stream -f ./rx888_stream/SDDC_FX3.img -s 44000000 -g 30 -m high -a 13 -d --pga -o -
└─700 build/spectrumserver --config config-rx888mk2.toml
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1
# Do not accept ICMP redirects (prevent MITM attacks)
net.ipv4.conf.all.accept_redirects = 0
net.ipv6.conf.all.accept_redirects = 0
# Do not send ICMP redirects (we are not a router)
net.ipv4.conf.all.send_redirects = 0
# Do not accept IP source route packets (we are not a router)
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0
#-----------------------------
# from Bas, ON5HB
kernel.perf_cpu_time_max_percent=0
net.core.netdev_max_backlog=8192
net.ipv4.tcp_synack_retries=2
net.ipv4.tcp_keepalive_time=300
net.ipv4.tcp_keepalive_probes=4
net.ipv4.tcp_orphan_retries=2
#from Bas, ON5HB
#-----------------------------
#https://www.linuxbrigade.com/reduce-time_wait-socket-connections/
# Decrease TIME_WAIT seconds
net.ipv4.tcp_fin_timeout = 30
# Recycle and Reuse TIME_WAIT sockets faster
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
#--------------------------------
Quote from: Bas ON5HB on Jul 22, 2025, 03:02 PMYou have to restart both, the receiver AND websdr, else it happens that it doesn't understand the stream correctly.
Quotewebsdr@swo:~$ sudo su
[sudo] password for websdr:
root@swo:/home/websdr# service websdr status
● websdr.service - PhantomSDRPlus WebSDR
Loaded: loaded (/etc/systemd/system/websdr.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2025-07-21 21:30:36 CEST; 3 days ago
Main PID: 758 (start-websdr.sh)
Tasks: 12 (limit: 4167)
Memory: 84.3M
CPU: 5d 12h 7min 48.583s
CGroup: /system.slice/websdr.service
├─758 /bin/bash /home/websdr/PhantomSDR-Plus/start-websdr.sh
└─875 ./build/spectrumserver --config config-rsp1a.toml
Quoteroot@swo:/home/websdr# service receiver status
● receiver.service - PhantomSDRPlus WebSDR
Loaded: loaded (/etc/systemd/system/receiver.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2025-07-25 04:59:02 CEST; 58min ago
Main PID: 349526 (start-receiver.)
Tasks: 5 (limit: 4167)
Memory: 3.1M
CPU: 4min 54.348s
CGroup: /system.slice/receiver.service
├─349526 /bin/bash /home/websdr/PhantomSDR-Plus/start-receiver.sh
└─349527 rx_sdr -f 4000000 -s 8000000 -d driver=sdrplay -g RFGR=1 -t rfnotch_ctrl=false -F CS16 -
QuoteIn theory, there is no difference between theory and practice. In practice, there is.
QuoteIf receiver or websdr service crash, systemd restart it automatically.This statement is only partly true, yesterday after hard work the "phantom" got tired,
crontab -e
and then with your favorite editor add line:#---------------------------------------------------------
59 * * * * /bin/bash -lc 'cd /usr/sbin/ && ./service receiver restart'
## -------------------------------------------------------
and save it.QuoteInnovators are people who work hard so that other people don't have to do anything!![]()
![]()
Page created in 0.011 seconds with 10 queries.