Our SDR online list: https://sdr-list.xyz it also lists websdr's that want to be listed. The API is open for anybody.
onMount(() => {
// ... your existing onMount code ...
// Auto-enable adaptive auto-adjust on page load
if (autoAdjustEnabled) {
// Configure waterfall with adaptive settings
if (typeof waterfall.setAutoAdjustConfig === "function") {
waterfall.setAutoAdjustConfig(autoAdjustConfig);
}
// Enable auto-adjust
if (typeof waterfall.enableAutoAdjust === "function") {
waterfall.enableAutoAdjust(autoAdjustConfig);
}
// Start monitoring (if using adaptive)
if (typeof startStatusMonitoring === "function") {
startStatusMonitoring();
}
// Update UI button state
const btn = document.getElementById("autoAdjustBtn");
if (btn) btn.classList.add("active");
console.log('🎯 Auto-adjust enabled by default');
}
.Quote from: lu5dnp on May 11, 2026, 12:03 AMI'm not sure if it's because it's Android or if some configuration is missing.The previous was a screenshot from my Samsung (Android) Nestor, using Edge. Maybe you need to clean the cache and retry.
Quote from: lu5dnp on May 10, 2026, 09:05 PMthe frequency indicator numbers do not appearIt is appeared! Maybe a cleaning of the cache is required??
[websdr.org]
enabled = true
public_host = "phantomsdr.no-ip.org"
public_port = 8900
qth = "KM17VX"
description = "SV1BTL PhantomSDR+ Athens GR"
email = "sv1btl@otenet.gr"
logo = "logo.jpg"__ __ __ __
|__)|_ _ _ |_ _ _ (_ | \|__) _|_
| | )(_|| )|_(_)|||__)|__/| \ |
Thank you for using PhantomSDR+, you are supporting the Development of an
Open-Source WebSDR Project ♥
Using OpenCL
Using OpenCL platform: Intel(R) OpenCL Graphics
Using OpenCL device: Intel(R) UHD Graphics
[WebSDROrg] Starting (host=phantomsdr.no-ip.org port=8900 bands=1)
Markers updated.
[WebSDROrg] Connect try -> 2001:67c:2564:ac33:da5d:4cff:fe80:9a66:80
[WebSDROrg] Connected to 2001:67c:2564:ac33:da5d:4cff:fe80:9a66
[WebSDROrg] Connected to websdr.ewi.utwente.nl
[WebSDROrg] Sending registration ping #1
[WebSDROrg] Waiting response for ping #1
Waterfall is sent every 1 FFTs
[WebSDROrg] #1 OK — HTTP/1.1 200 OK
Attenuation: 0
Gain: 40
..... (after some seconds)
[WebSDROrg] /~~orgstatus config=0 users=0 bytes=210
[WebSDROrg] /~~orgstatus config=1778073792 users=0 bytes=9
[WebSDROrg] Sending registration ping #2
[WebSDROrg] Waiting response for ping #2
[WebSDROrg] #2 OK — HTTP/1.1 200 OK
[WebSDROrg] /~~orgstatus config=1778073792 users=0 bytes=9
.... (continue)
[websdr]
register_online=true # Enable directory registration updates
register_urls=[
"https://sdr-list.xyz/api/update_websdr",
"https://sdr.shbrg.nl/api/update_websdr"
] # One or more directory endpoints that accept the same JSON payload
.....Page created in 0.013 seconds with 12 queries.