The community websdr-plus-github can be found here: https://github.com/ny4qphil/PhantomSDR-Plus ..it is compatible with the normal version, but enhanced.

Recent posts

#61
PhantomSDR Software / Re: Security Issue: code injec...
Last post by Bas ON5HB - Jun 13, 2025, 02:59 AM
And they managed again....different line....so I adopted the iptables:

iptables -D INPUT -m string --algo kmp --string "%3C%" -j DROP
iptables -D INPUT -m string --algo kmp --string "device.rsp" -j DROP
iptables -A INPUT -m string --algo kmp --string "%3C%" -j DROP
iptables -A INPUT -m string --algo kmp --string "device.rsp" -j DROP

As they attack the device.rsp all the time, I added that too.

Also replaced algo with KMP as KMP can scan over multiple TCP-packets, where BM may miss it.

Hopefully it's over now.
#62
PhantomSDR Software / Re: cant move the bandwidth of...
Last post by Bas ON5HB - Jun 13, 2025, 02:57 AM
No idea. What did you change before the restart?
#63
PhantomSDR Software / Re: cant move the bandwidth of...
Last post by Itz_G3ermoX - Jun 12, 2025, 03:58 PM
wait what? what do i need to change? it worked before a restart and now its broken, cant move the little yellow 'arrow', cant even move the sides of it for how big i want the bandwidth be
#64
PhantomSDR Software / Re: cant move the bandwidth of...
Last post by Bas ON5HB - Jun 12, 2025, 03:07 PM
Yes you can, but you have to alter the frontend code and change the default.

Beware, you probably need to do it every update.

What do you want to change?
#65
PhantomSDR Software / cant move the bandwidth of mod...
Last post by Itz_G3ermoX - Jun 12, 2025, 12:52 PM
I can't change the modulation bandwidth or move the frequency pointer in the interface. Has anyone else run into this issue or found a workaround?
#66
PhantomSDR Bugs / Re: Chatbox crash again....
Last post by Phil - NY4Q - Jun 12, 2025, 12:51 PM
Bas' new technique for the chatbox is now added to the current git App.svelte.
#68
PhantomSDR Software / Re: Weird sound distortion
Last post by Itz_G3ermoX - Jun 11, 2025, 04:55 PM
well how would i make "profiles" for like a picies of 80m band because i have a rtlsdr-v4 which has small bandwidth
#69
PhantomSDR Software / Re: Weird sound distortion
Last post by Bas ON5HB - Jun 11, 2025, 03:09 PM
Wrong samplerate between TOML and the RTL-driver, both must be the SAME.
As the receivcer isn't controlled by the spectrum-server.
#70
General Discussion / Re: Having a PhantomSDR as the...
Last post by Bas ON5HB - Jun 11, 2025, 03:05 PM
Try 2048000 samples. RTL's become unstable at higher rates, also I do not believe 2400000 is supported.

What github version did you install?

What Ubuntu are you running?

How does the TOML-file look?

A bit of info might help, as your problem is too vague to give answers.

Did you compile with OPenCL installed or not? 
Powered by EzPortal