Please do not post questions in the shout-box as it will be lost in a few days. Open your own topic in the appropriate section. Thank you.
Quote from: Hendrik on Jan 18, 2026, 01:14 PMIf somebody interested: the automaticly update by the HFCC DB could be the next step.
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
Page created in 0.012 seconds with 12 queries.