Our current SDR online list: https://sdr-list.xyz/

Recent posts

#11
Please ensure that your server and client pc are well time calibrated, so digital decoders to work as expected.
#12
PhantomSDR Software / Re: New version 1.7.1 is relea...
Last post by 9a7aof - Mar 15, 2026, 02:11 PM
QuoteThe newer and updated files are already uploaded. (https://github.com/sv1btl/PhantomSDR-Plus)

Two servers, clean install, all works fine! :)

Thanks!
#13
The newer and updated files are already uploaded. (https://github.com/sv1btl/PhantomSDR-Plus)

In case you don't wish a clean install, admins of the v 1.7.1 will have to add and replace these files:

PhantomSDR-Plus
├── README.md --> updated information
├── docs
│   ├── PROJECT_STRUCTURE.md --> updated information
├── frequencylist
│   ├── mymarkers.json --> WSPR frequencies added.
├── frontend
│   ├── vite.config.js --> modified file
│   ├── src
│   │   ├── App__analog_smeter_.svelte --> modified file (decoder window)
│   │   ├── App__digital_smeter_.svelte --> modified file (decoder window)
│   │   ├── App.svelte --> modified file --> modified file (decoder window)
│   │   ├── App__v2_analog_smeter_.svelte --> modified file (decoder window)
│   │   ├── App__v2_digital_smeter_.svelte --> modified file (decoder window)
│   │   ├── audio.js --> modified file with Auto Notch corrections and WSPR implement
│   │   ├── decoder.worker.js --> new added file
│   │   ├── modules
│   │   │   ├── wspr.js --> new added decoder file

Add and replace the files and recompile ONLY frontend, without restarting the server.

P.S. 'gaps' in audio and stream after decoding and during writing the decoded text in the decoding window, do not exist any more!

Your remarks will be very appreciated.

73 de SV1BTL, Emmanuel
#14
Quote from: F1NSK on Mar 15, 2026, 10:13 AMA wish : The user IP survey and history to know the country of listeners. Only admin access.

It can be done, but the backend should be involved, and it will need some time to make it to work efficiently. My attempts in the past were not as I wished to be.

Do you use the admin panel? Please if so, do it only locally. It is password protected, but not enough for http protocol.

I intend to release the addons after 1-2 hours (now is 11:15 UTC), after the final tests I want to make. A working demo is in my server, but I'm applying newer modified files from time to time, with recompile, so you may see some differences with refresh.
#15
PhantomSDR Software / Re: New version 1.7.1 is relea...
Last post by F1NSK - Mar 15, 2026, 10:13 AM
Hello Emmanuel

No problem Doctor !
I will translate again, it's good for my brain !  ;D  ;D  ;D

I use only Analog. Only 1 file to translate.

In fact my project is to use the version switch to toggle French/English but only for the analog version.
It seems work on the dev server.
I work also on the integration of the RigExpert Fobos SDR with no results at this time with Soapy.

Another project ! I'm working on a new tower to put a more efficient loop antenna with a fractal shape.

A wish : The user IP survey and history to know the country of listeners. Only admin access.

have a nice day and 73's

#16
Quote from: 9a7aof on Mar 15, 2026, 07:13 AMIs it possible to implement the Notch1 filter

Hi Darko. Please read the answer here: https://www.phantomsdr.fun/index.php?msg=1358
#17
After the very important remark of Darko 9A7AOF about the notch filter, I've discovered that this filter has to be redesigned from scratch. So, a new approach is already done.

Along with this, there are also some new improvements and functions to v.1.7.1 I am afraid that Eric F1NSK will hate me, because he spent a long time translating the GUI in Frech, but there was not another way. Sorry Eric!...

The changes are:
1.- NEW audio.js file with the improvements of Auto Notch filter
2.- WSPR decoder is added. It is working for now, but we'll plan improvements in the future to this particular file (wspr.js, located in frontend/src/modules). A 'gap' to the stream is normal, while the decoder is building the text, so nothing to worry about. The stream will restart after this. Clients are not disconnected. I'll try to minimize this gap.
3.- Decoder section is redesigned. Now a toggle window replaced the buttons. There was this need to change the buttons with a toggle window, because there was not any room for more buttons. Maybe in the future more decoders will be added, and they will be located in this toggle window.
4.- A minor change to the users labels. Now a 'hand' cursor is shown to identify that this label is clickable.

Late today, I'll upload the changes to the github. After replacing the five .svelte files + audio.js + adding the newer file wspr.js in place, a recompile ONLY of the frontend is required, without the need of restarting the server.

I am apologizing once more to all of you that you have adapted .svelte files according to your needs and you need to re-adapt them again, but there is no other way to make the community version. The only thing that I can promise is that these will be the last changes to the version 1.7.1.(except something urgent). I am working on new decoders and when they'll be ready and function well, then a new version will be uploaded.
#18
PhantomSDR Software / Re: Consider improvements and ...
Last post by 9a7aof - Mar 15, 2026, 07:13 AM
Hello everyone,

I am more of a user than an administrator and I am
very satisfied with the functionality of the PhantomSDR+ software.

When I first encountered this software, the only advantage was
support for  wide band receivers. The user experience was pure despair.

Through the persistent and thoughtful work of the
team who sacrificed their time and knowledge,
we got a friendly user interface and a lot of functionality.

I have a request:
Is it possible to implement the Notch1 filter
(automatic filter out interfering carrier (beep/whistle))?
(like on the old WebSDR)

The PhantomSDR+ has a lot of filters and they help in certain circumstances but
not in the case of intentional or unintentional jamming of the AM signal.

Specifically, I mean the 180m band. Notch1 in the old WebSDR simply
"delete" the interfering signal.

The same is possible on the PhantomSDR+ by manually adjusting
the bandwidth, I don't mean the buttons, but actually
cutting part of the spectrum on the sides of the AM signal.

It is possible but not "elegant".

I was skeptical about the new marker look, but when I
looked into it a little more, I realized that the
solution of tuning to the frequency someone else is
listening to is actually ingenious!

I like it.

Best regards, thank you to the team for the excellent software.
Darko, 9a7aof
#19
PhantomSDR Software / Re: Consider improvements and ...
Last post by F1NSK - Mar 13, 2026, 07:35 PM
1.7.1 works perfectly

The French GUI translation is done.

73's
#20
PhantomSDR Software / Re: Consider improvements and ...
Last post by F1NSK - Mar 13, 2026, 10:42 AM
Hello Emmanuel

I've push 1.7.1 in "production" this morning.
All seems Ok
I wait for my end-users reviews.

I'm working on the svelte to translate menus in french.
A lot of my end-users are no so young and a litle lost with english and new technology !  :D

73's Doctor !  ;D
Powered by EzPortal