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

Recent posts

#41
No, sorry, 0 (zero) values again.
I am using IP V4.

I am ready to upload new versions for the tool, so to be more accurate with Intel/AMD temperature measurements. The problem was of what sensors has the script to read temperature information, and I think the new version solves this. Now I am testing it and I see that temperature is shown as it should be.

The new installation script will install all needed for reading the sensors from Intel, AMD & ARM. A manual installation is also included in the readme.md

I am afraid that you have to uninstall the previous version doing these steps and reinstall the newer version:
- sudo systemctl stop sdr-stats.service
- sudo rm /etc/systemd/system/sdr-stats.service
- delete manually the folder sdr-stats-server (rm -r sdr-stats-server)
- Run the newer install-stats-server.sh you'll download from Github
     cp ~/PhantomSDR-Plus/docs/sdr-stats/install-stats-server.sh ~/
     chmod +x install-stats-server.sh
- follow the instruction during installation
- if you accept to create sdr-stats.service, then after installation run:
     sudo systemctl restart sdr-stats.service  and check with:
     sudo systemctl status sdr-stats.service

DONE!

All the newer files are ready for upload, but the update will be done later today.
Please notify any problems found (if any)!...
#42
PhantomSDR Wishlist / Re: Wishlist after release v1....
Last post by Hendrik - Jan 13, 2026, 04:35 PM
Yes, thank you, 3001 was only open for IP V4. It's seems you use V6 and found so this kind of issue.
Could you it try again please?

Best regards,
Hendrik
#43
Quote from: Hendrik on Jan 13, 2026, 12:09 PMThank you again for the updated code. I've it already implemented and it's running well:

Glad, but you have not maybe setup the port to be open in your router, that's why the end user receives only 0 values.
#44
Quote from: alanVK2ZIW on Jan 13, 2026, 11:36 AMSo, I AM running 1.6.6 as that's what is downloaded here:
https://github.com/sv1btl/PhantomSDR-Plus.git

No, you are running v.1.5.4. As you can see ours have a different layout and the version number at the end of the webpage is v.1.6.6
http://phantomsdr.no-ip.org:8900/
http://9a7aof.ddns.net:8905/
http://mellesdr.rqhk191saz25euus.myfritz.net/http://mellesdr.rqhk191saz25euus.myfritz.net/
etc (3 others in Greece as seen in https://sdr-list.xyz/

Best practice to make a clean install maybe?
#45
PhantomSDR Wishlist / Re: Wishlist after release v1....
Last post by Hendrik - Jan 13, 2026, 12:09 PM
Thank you again for the updated code. I've it already implemented and it's running well:
System Resources
🖥� CPU
Usage: 3%
Cores: 16
Top Processes:
spectrumserver 15%
rx888_stream 14.4%
node 0.4%
💾 Memory
Used: 1.3 GB / 15 GB
Usage: 9%
💿 Disk
Used: 38 GB / 467 GB
Usage: 9%

Ok, temperatur is missing due to the most nodejs modules that request hardware settings only running with intel chips(here AMD). I'll surwive that, probably.

Well done! Great work.
Have a great week,

Hendrik
#46
Version number question:
 grep 6.6 *
README.md:# PhantomSDR-Plus WebSDR (version 1.6.6)

 grep 1.5.4 */*

frontend/package-lock.json:        "regexp.prototype.flags": "^1.5.4",
frontend/package-lock.json:      "version": "1.5.4",
frontend/package-lock.json:      "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",

So, I AM running 1.6.6 as that's what is downloaded here:
https://github.com/sv1btl/PhantomSDR-Plus.git



#47
The Monitor Tool is added to the Github. There are some added & updated files. You can download only them to update, or make a clean install.
In case you don't want to install the tool, you will need to make a minor modification to the app.svelte's files, so the button no to be appeared.
Detailed information here:
https://github.com/sv1btl/PhantomSDR-Plus/blob/main/docs/sdr-stats/README.md
#48
OpenWebRX+

I 'hacked' these files
csdr/module/freedvu.py from csdr/module/freedv.py
csdr/chain/freedvu.py from csdr/chain/freedv.py
Added above modes to:
owrx/modes.py
and altered the "bandwidth" for USB and LSB
and added modes to:
owrx/dsp.py

I'm not an adept Python programmer.
#49
Emmanuel SV1BTL,

I retrieved the code from the link on your post about v1.6.6.
git clone https://github.com/sv1btl/PhantomSDR-Plus.git

Had you mentioned a "branch" for 1.6.6, I'd have downloaded that.
You are right, at the bottom of the page, it is v1.5.4

I've just looked at the github site above and there is one branch "main".

FreeDV decode of mode RADE or the previous 700D or 700E:

Download the tar.gz file from the github site for freedv, "assets" section Ver 2.1.0
"untar" and do this mod:
https://github.com/drowe67/freedvgui/pull/1120/commits/ac176b09f01152282ae7f9a2a46022e19d3cb7a7

do ./build_linux.sh
cd build_linux; make freedv-ka9q

Follow the "README.md", it takes audio samples in, processes and outputs 8K samples and some messages
to "stderr".

There's sample audio for decoding in ../wav/.





#50
Quote from: Hendrik on Jan 10, 2026, 02:06 PMAn implentation for a short overview for CPU, memory and disc use would be nice as well.

Well, I think is done with the info a sysop expects to see. If you, Darko and the others using v.1.6.6 wish, then I'll included as update to the Github, with some instructions how to build the needed additional server. I am waiting for the feedback.
Powered by EzPortal