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.

Recent posts

#51
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - May 10, 2026, 11:15 AM
Some of you face problems with stats, which don't appear clicking the button.
Please try these modifications, uploaded as attachments:
1.- src - unzip and replace your entire ~PhantomSDR-Plus/src
2.- menson.build
3.- analyze_users.py AND stats.html. Please replace the files located in ~PhantomSDR-Plus/fronend/public

then recompile Backend AND Frontend and restart the server.
You will now have the stats working.
The files are fixed today, with the help of Darko 9A7AOF, who faced this problem

I am collecting the problems, so to release a cumulative update of v.3.2.0
#52
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Bas ON5HB - May 08, 2026, 05:21 PM
Should not be a problem when UTF-8 is used.
#53
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - May 08, 2026, 02:35 PM
After replacing the old ones with newer request.hpp and connection_impl.hpp,
and then changing the bad port 9805 to the correct port 8905,
my Phantom SDR is visible on http://websdr.org.

Ports 9805 and 8905 are not the same, checked!  :-X

73!
#54
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - May 08, 2026, 10:34 AM
Paul has re-modified the way to be listed on websdr.org map.

(1)
Replace the files (make a copy first):
subprojects/websocketpp-0.8.2/websocketpp/http/impl/request.hpp
and
subprojects/websocketpp-0.8.2/websocketpp/impl/connection_impl.hpp

These files that you have to replace, are generated through the initial setup, so there is no way to include them in the github. So, the replacement has to be done AFTER the first successful install.

(2)
Change in .toml with your data:

[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"

recompile both backend and frontend and restart. After this, connect to your server so to read at least 1 user, wait some seconds and observe the terminal and the wedsdr.org map.

You have to read in terminal something like this:

__                  __ __  __
|__)|_  _  _ |_ _  _ (_ |  \|__) _|_
|  | )(_|| )|_(_)|||__)|__/| \  |

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)

====

In .toml please also change : www.shbrg.nl with sdr.shbrg.nl
so the correct registration to be:

[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
.....

So, from now on, you will be listed:
1.- https://sdr-list.xyz/ - Steven
2.- https://sdr.shbrg.nl/sdr/ - Paulus
3.- http://websdr.org/ - University of Twente

P.S. I have changed the button at the top in .svelte files, so to make a look up in either of these 3 maps.

#55
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - May 07, 2026, 09:22 AM
I have created a viber group for instant chatting of sysops and users of PhantomSDR+
Free group for everyone, to help us communicate instantly in real time.
Please join:
https://invite.viber.com/?g2=AQB1mPucebicwFaAUx1TEP9kvmfSeeQIywtE5do%2FNSvmgKS3Gyz2skTqf3dEYh%2Fh
#56
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - May 07, 2026, 08:48 AM
Quote from: F1NSK on May 06, 2026, 11:02 PMI've decoded some French and Spanish stations with Rade.
Work fine and very impressive.
I will try FreeDV TX with my Flexradio...

Please download and reinstall RADE with ./install_rade.sh from the GitHub
The new installation will not affect the recent one, but it will ensure any future updates to the code V1 and the newer (but not ready yet) V2.
#57
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by F1NSK - May 06, 2026, 11:02 PM
Quote from: Emmanuel SV1BTL on May 06, 2026, 05:52 PMI did also.


 ;D  ;D  ;D

It's a nice friend to our Phantom's !

The other Link about Meteo : https://www.windy.com is very good also.
I use this server since a lot of years for the quality of predictions.

Now my Phantom work as fine as possible and can open access to a lot of useful informations.
Some colors on the GUI to match with the Backgound ... ;D

My end users are very happy !

I've decoded some French and Spanish stations with Rade.
Work fine and very impressive.
I will try FreeDV TX with my Flexradio...

73's my Friend, Now its time for Holidays !
#58
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - May 06, 2026, 05:52 PM
Quote from: F1NSK on May 06, 2026, 05:37 PMi've made a link to https://hamdash.com/
.... and the others I think, they have implemented this link. I did also.
#59
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by F1NSK - May 06, 2026, 05:37 PM
Hello Guy's

On my custom Phantom main menu, i've made a link to https://hamdash.com/
A fantastic server about Propagation, Weather and a lot more.

If you don't know, try it ! 8)

73's
#60
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by F1NSK - May 06, 2026, 05:29 PM
Quote from: Hendrik on May 06, 2026, 03:26 PMThanks again for your effort, Darko.
The issue ist solved! Please us never, never (never !) german Umlauts (special character like ö ä ü ß) at the markers.json.  >:(



Try with Chineese !  ;D  ;D  ;D
Powered by EzPortal