If you notice spammers in the forum, please notify Bas ON5HB, so they can be removed and banned. Give a link in the chatbox or send a PM to me. Thanks.

Recent posts

#71
UberSDR / Typical interfaces....
Last post by Bas ON5HB - Apr 30, 2026, 03:30 PM
In case you are looking for the different interfaces:

Standard port = Uber own interface, mine Heppen is set to port 80
Kiwi port = 8073
Websdr.org port = 8901
Hermes P2 port = 1234

So example:

https://websdr.heppen.be

You cannot view this attachment.

http://websdr.heppen.be:8901

You cannot view this attachment.

http://websdr.heppen.be:8073

You cannot view this attachment.

For port 1234 you need xxxHPSDR software, but I do not know how many users at the same time.



#72
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - Apr 30, 2026, 10:39 AM
Well, it is maybe a good idea to include in the github all the previous versions in .zip, free to anyone that he wants to experiment.
As I can see there is no way to upload the file here, so I am going to do this.

So, now you can find all versions here:
https://github.com/sv1btl/PhantomSDR-Plus/tree/main/archives
#73
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - Apr 30, 2026, 10:00 AM
QuoteWhat a pity Darko. I cannot think something that it could help you.

My servers are on Ubuntu 24.0.4. I'll try to install v3.2.0 on Debian 13 (Trixie) today. I have Ubuntu servers, maybe I have something that interferes with the normal operation of v3.2.0.

Everything is fine, we are testing.  :)

QuoteDo you want me to send you the zip of v.3.1.1
.
I have only compiled backup v3.1.1, please send me zip. Thanks!

QuoteCan you please send me your .toml file?

My config-rx888mk2.toml:
[server]
port=8905 # Server port
html_root="frontend/dist/" # HTML files to be hosted
otherusers=1 # Send where other users are listening, 0 to disable
#threads=2
#threads=8 #2
#threads=8 #4 #2

[websdr]
register_online=true  #false # If the SDR should be registered on https://sdr-list.xyz then put it to true
register_urls=[
  "https://sdr-list.xyz/api/update_websdr",
  "http://list.novasdr.fun/api/update_websdr"] # One or more directory endpoints that accept the same JSON payload
name="9A7AOF PhantomSDR+" # Name that is shown on https://sdr-list.xyz
antenna="Active Loop" # Antenna that is shown on https://sdr-list.xyz
grid_locator="JN86da" # 4 or 6 length Grid Locatlr shown on https://sdr-list.xyz and for the Distance of FT8 Signals
hostname="http://9a7aof.ddns.net" # If you use ddns or something to host with a domain enter it here for https://sdr-list.xyz

[limits]
audio=100
waterfall=100
events=100

[input]
sps=60000000 # Input Sample Rate
#fft_size=1048576
#fft_size=2097152
fft_size=4194304 # FFT bins for spectral analysis (very large for ultra-high sample rates)
#fft_size=8388608
#fft_size=16777216
#fft_threads=12 #16 #12 #8 #2
brightness_offset=-2 # Waterfall brightness offset. Reduce to negative if you see black regions in the waterfall
frequency=0 # Baseband frequency
signal="real" # real or iq
accelerator="opencl" #"none" # Accelerator: none, cuda, opencl, mkl
audio_sps=12000 # Audio Sample Rate
audio_compression="flac" # flac or opus
waterfall_size=1024 #2048
waterfall_compression="zstd" # zstd or av1
#smeter_offset=4
smeter_offset=5 # digital-only S-meter offset
analog_smeter_offset=5 # analog-only S-meter offset


[input.driver]
name="stdin" # Driver name
format="s16" # Sample format: u8, s8, u16, s16, u32, s32, f32, f64

[input.defaults]
frequency=3675000 # Default frequency to show user
modulation="LSB" # Default modulation

73!
#74
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - Apr 30, 2026, 09:26 AM
What a pity Darko. I cannot think something that it could help you.
The newer version is now on:
http://lu5dnpwebsdr.sytes.net:8901/
http://hamradio.sv2yj.live:9002/
and me http://phantomsdr.no-ip.org:8900/
Soon it will be installed and on the other two servers here in Greece, and we'll see if there will be some kind of problems.

Do you want me to send you the zip of v.3.1.1 or you already have a backup?

P.S. Can you please send me your .toml file?
#75
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - Apr 30, 2026, 08:51 AM
QuoteWell, the repo has now the new repo, all clean, without the older files. Maybe something I've messed writing the newer files over the older ones. Please retry.

Today I did a clean install again on both the test (RSP1A) and the public server (RX888MK2).

On the test server there is no frequency or S meter, it shows that the Spectrum slider is on even though it is not, parts of the server are of different widths...

On the public server after the first start I got a normal image in Chrome on two computers, on Firefox the same phenomen as on the test server, everything scattered, no frequency or S meter, unusable.

I entered my local network at home via VPN, tried to connect to the public server, in both Chrome and Firefox the same problem, no S meter, no frequency, parts of the PhantomSDR-Plus are of different widths, the Spectrum slider is on, no spectrum above the waterfall..

I did not edit anything, all scripts are original. I will leave the public server at v3.2.0 today.

73!

PS:
Restarting v3.2.0 via systemd scripts takes a very long time, sometimes I have to kill the spectrumserver process manually as root. I never had this problem with the previous version.
When I tried to switch from the correct analog to digital S-meter, the same error appeared, no frequency, no S-meter, the PhantomSDR-Plus sections are of different widths, the Spectrum slider is on and there is no spectrum above the waterfall...

Darko, 9a7aof
#76
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - Apr 30, 2026, 12:22 AM
Tried a lot to reproduce your problem Darko, but not success. Clean install to my test server, at least 2-3 times. Every time no problem with install (with the corrected install.sh), and the server starts always.
Have you tried to reload your server after the first running? A simple refresh to the webpage, nothing else!
Well, the repo has now the new repo, all clean, without the older files. Maybe something I've messed writing the newer files over the older ones. Please retry.
#77
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - Apr 29, 2026, 09:33 PM
QuoteCan you please try this install.sh and let me know!

New install.sh work fine.
 
After starting, no frequency, no S meter.
I'm going back to v3.1.1 again  ;D

73!
#78
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - Apr 29, 2026, 09:02 PM
Ok, there is a bug installing RX-888!
Can you please try this install.sh and let me know!
#79
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - Apr 29, 2026, 08:20 PM
QuoteCompilation for RSP1A work fine, all is OK

Compilation is ok, the website layout is not exactly the same,
there is no frequency, no S meter, neither analog nor digital.

Firefox or Chrome, it makes no difference.

QuoteInstall.sh has not been changed!....
Can you please retry clean install after switching off and on your pc and then try to see the USB with "lsusb" command? This seems to be a connecting RX-888 problem and a simple switch off/on maybe will resolve it.

After reboot, I see this vith lsusb command:
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 04b4:00f3 Cypress Semiconductor Corp. FX3 micro-controller (DFU mode)
Bus 001 Device 003: ID 0573:1573 Zoran Co. Personal Media Division (Nogatech) USB Audio and HID
Bus 001 Device 004: ID 0bda:b85b Realtek Semiconductor Corp. Bluetooth Radio
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 05e3:0626 Genesys Logic, Inc. Hub

Clean installation, freshly downloaded from github.com, the result is this: Cloning rx888_stream...
Kloniranje u 'rx888_stream'...
remote: Enumerating objects: 152, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 152 (delta 35), reused 33 (delta 33), pack-reused 111 (from 1)
Primanje objekata: 100% (152/152), 153.95 KiB | 1.33 MiB/s, završeno.
Razrješavanja delta: 100% (76/76), završeno.
Building rx888_stream...
./install.sh: redak 34: RUSTFLAGS=-C target-cpu=native: naredba nije pronađena
❌ Fatal: Command failed: RUSTFLAGS=-C target-cpu=native cargo build --release
darko@minipc:~/PhantomSDR-Plus$

I go back to v3.1.1  :)

73!
#80
UberSDR / Re: UberSDR registers on almos...
Last post by Bas ON5HB - Apr 29, 2026, 07:11 PM
Ok, the first part is working.http://websdr.heppen.be:8901

http://websdr.heppen.be:8901  ;D

To get this working:

Quotein docker-compose.yml find the ubersdr ports section:
 
    ports:
      - 8080:8080  # Main UberSDR web interface
      - 8073:8073  # KiwiSDR protocol compatibility (if enabled in config)
      - 8901:8901  # websdr.org

Add that third one and restart. I can't get mine to register even though it's byte-perfect responses on the wire.

It's not registering yet.
Powered by EzPortal