I have found a bug in the SDR-list.
As soon as you give VHF and --frequency 110000000 + in toml base frequency 110000000 ....then the SDR list won't use the REAL frequency anymore but handles the frequency as IQ type.
Ergo the list will not show starting at 110MHz to 140MHz, but shows 110-15MHz=95Mhz till 125Mhz.
This is a bug either in backend or in the SDR-list as the RX888 can do VHF/UHF with with real sampling, not IQ like others.
For some reason when basefreq isn't 0 and setting in toml = real, it goes wrong.
@magicint1337 sdr-list.xyz is down since some days with error DNS_PROBE_FINISHED_NXDOMAIN
@hb3xdc im getting it fixed with the domain provider atm
Hi!
Who is Sydney Australia?
This is crosslink to https://sdr-list.xyz/#
Thanks.
Darko, 9a7aof
I have seen it too, no clue who it is.
The my server link is incorrectly indicated on the SDR-list. The second Russian server is also an incorrect link.
Why is that?
Quote from: Andy R3MAV on May 22, 2025, 08:14 AMThe my server link is incorrectly indicated on the SDR-list. The second Russian server is also an incorrect link.
Why is that?
You may indicate in .toml file the correct IP address, or no-ip address, e.g.
[server]
port=9001 # Server port
html_root="frontend/dist/" # HTML files to be hosted
otherusers=1 # Send where other users are listening, 0 to disable
threads=4
[websdr]
register_online=true # If the SDR should be registered on https://sdr-list.xyz then put it to true
name="RD3MK VHF WebSDR" # Name that is shown on https://sdr-list.xyz
antenna="Whip" # Antenna that is shown on https://sdr-list.xyz
grid_locator=" LO07AQ" # 4 or 6 length Grid Locator shown on https://sdr-list.xyz and for the Distance of FT8 Signals
# KM16FX
hostname="YOUR IP" # If you use ddns or something to host with a domain enter it here for https://sdr-list.xyz
The same with your HF server
I know about that. I wrote both the IP address and the domain name. There is no result.
In any case, the link looks like
https://sdr-list/#
But it should be
websdr.srr-76.ru:8085
In my .toml file it looks like this
hostname="websdr.srr76.ru:8085" # If you use ddns or something to host with a domain enter it here for https://sdr-list.xyz
Do NOT add the portname to the hostname....the port is automaticly taken from the webserver-port.
Try this and it works:
hostname="http://websdr.srr76.ru"
Also, do not use port-remapping between internal and external, they must be the same port.
Bas, thanks. Understood. I will think about how to get rid of internal redirection. There are several servers on the same IP...
The same IP is not an issue, just use a different port for every server instance.
E.g. websdr1 uses port 8085 and in the second you set port 8086.
The URL or IP stays the same.
Your modem-router assigns the port to the internal machine.
In my case I have 1 normal server and a testing-server.
Normal = 192.168.1.55 port 80 => websdr.heppen.be:80 <- listed in XYZ
Testing = 192.168.1.201 port 81 => websdr.heppen.be:81 <- listed XYZ
Same applies for the same IP, just use a different port ;)
Both run at websdr.heppen.be ....it's the port that seperates them, in your TOML section and accordingly your modem.
You can use multiple url's....but no need, just use a different port.
Schermafdruk op 2025-05-23 14-41-00.png
See picture how my router handles them between internal / external...
Quote from: Andy R3MAV on May 23, 2025, 12:10 PMBas, thanks. Understood. I will think about how to get rid of internal redirection. There are several servers on the same IP...
Now, the http://websdr.srr-76.ru:8085/ is working.
We are waiting the HF server as well!
Hi,
I currently DO NOT have four PhantomSDRs.
I don't know why they are showing up four times in the sdr list.
I added that chatbox change, did an npm build and restarted the sdr.
Currently I have register_online=false in config-rx888 and my sdr is visible in the list.
I think it's a bug in the list.
Darko, 9a7aof
Seems Steven his server has problems again.
If this keeps happening, we will start a new list and host it on the forum-webserver.
We have reported problems too many times to keep on using this list.
It should not happen. My testing-server is turned off and also still listed.
Looks to me the webpage isn't updated (again) :'(
My list is:
# Lista živih PhantomSDR+
http://websdr.lumpkinschools.com/
http://sv2srx.hopto.org:8901/
http://sardinia-sdr.ddns.net/
http://websdr.heppen.be/
http://9a7aof.ddns.net:8905/
http://rigi.dyndns-remote.com:8074/
http://sv3yy1.no-ip.org:9003/
http://sv2yj.ddns.me:9002/
http://makrisv2amk.ddns.me:9001/
http://f6kex.ham42.net:8888/
http://vhfsdr.lumpkinschools.com/
http://sv2yj.ddns.me:9003/
http://81.56.36.28:28888/
http://websdr.hb3xdc.ch:8074/
http://phantomsdr.no-ip.org:8900/
http://lu5dnpwebsdr.sytes.net:8901/
http://on6dp.no-ip.org:8073/
http://sv2yj.ddns.me:9003/
http://phantomsdr.yo3ggx.ro:8123/
http://sv1cmg.no-ip.org:9002/
http://vhfsdr.lumpkinschools.com/
http://pb8w.com:9002/
http://www.unixservice.com.au:9074/
http://r3mav.duckdns.org:8085/
http://websdr.heppen.be:82/
This is much less than the number 91 in the official list.
Is it not possible to make some cron command that would restart the official list at least once every night until the bug with filling the list with non-existent servers is solved?
Something similar to this:
#-- RX888MK2 -----------------
#
@reboot /bin/bash -lc 'cd /home/websdr/PhantomSDR-Plus/ && ./start-rx888mk2.sh' && sleep 150 && intel_backlight 0
14 3 * * * /bin/bash -lc 'cd /home/websdr/PhantomSDR-Plus/ && ./start-rx888mk2.sh' && sleep 150 && intel_backlight 0
#-- RX888MK2 -----------------
#- HackRF One------------------
#@reboot /bin/bash -lc 'cd /home/websdr/PhantomSDR-Plus/ && ./start-hackrf.sh' && sleep 150 && intel_backlight 0
#-------------------
#14 3 * * * /bin/bash -lc 'cd /home/websdr/PhantomSDR-Plus/ && ./start-hackrf.sh' && sleep 150 && intel_backlight 0
#-------------------
Thanks!
Darko, 9a7aof
Hello everyone,
and especially to the author of sdr-list.
I'm not a programmer, just a happy Linux user since 1996.
I am interested in whether it is somehow possible to ban several sections of one ip number running the server on one port in the list.
So, add a filter so that a server can only be seen once if it has only one active PhantomSDR+ port.
These phantom phantoms seem "a little" frivolous.
Best regards,
Darko, 9a7aof
Is this normal?
Attached is a screenshot of https://sdr-list.xyz after 10++ minutes.
Best Regards,
Darko, 9a7aof
It happens from time to time.
Steven is aware of it.
Normly it solves itself after a few minutes.