If you notice spammers in the forum, please notify Bas ON5HB, so they can be removed and banned. Give a link in the chatbox or send a PM to me. Thanks.
function handleNRChange() {
NREnabled = !NREnabled;
if (audio) {
// Wire NR toggle to client-side audio.js and server-side decoder
audio.nrEnabled = NREnabled;
if (audio.decoder && typeof audio.decoder.set_nr === "function") {
audio.decoder.set_nr(NREnabled);
}
}
}
Quote from: Hendrik on Jan 15, 2026, 09:58 AMIssue solved
"siteStats": "http://mellesdr.rqhk191saz25euus.myfritz.net:3001" Now it's clear, the router will not give a response on Port 3001, even he is open. All mesurements are now public to see.(* Ryzen CPU's with internal GPU do not support OpenCL, if you expect high performance add a videocard or use an modern Intel i5 or i7 that supports OpenCL.)Quote from: alanVK2ZIW on Jan 14, 2026, 11:40 AMCan I ask, "bands", my SDR only does 2M sample-rate, and bands are switchable by means
of a signal sent to the "miri_sdr" process which causes it to read the new centre and samplerate
from a file, how do I do this in PhantomSDT-Plus ?
[input.defaults]
frequency=7100000 # Default frequency to show user 7100000
modulation="LSB" # Default modulation
...
frequency=5900 # Baseband frequency
...
[input.defaults]
frequency=7100000 # Default frequency to show user 7100000
modulation="LSB" # Default modulation
cpu
usage 2
cores 16
temperature 53
topProcesses
0
name "spectrumserver"
cpu 20.7
1
name "rx888_stream"
cpu 18
memory
used 1.3
total 15
percent 9
disk
used 38
total 467
percent 9hm@mellesdr:~/PhantomSDR-Plus-main$ systemctl status sdr-stats
● sdr-stats.service - SDR System Stats Server
Loaded: loaded (/etc/systemd/system/sdr-stats.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2026-01-14 09:45:14 CET; 25min ago
Main PID: 929682 (node)
Tasks: 7 (limit: 18258)
Memory: 14.1M
CPU: 217ms
CGroup: /system.slice/sdr-stats.service
└─929682 /home/hm/.nvm/versions/node/v22.21.1/bin/node /home/hm/sdr-stats-server/system-stats-server.js
Jan 14 09:45:14 mellesdr systemd[1]: Started SDR System Stats Server.
Jan 14 09:45:14 mellesdr node[929682]: System stats server running on http://localhost:3001
Jan 14 09:45:14 mellesdr node[929682]: API endpoint: http://localhost:3001/api/system-stats
Page created in 0.011 seconds with 8 queries.