PhantomSDR Support Forum

General Category => PhantomSDR Software => Topic started by: Emmanuel SV1BTL on Mar 09, 2026, 10:35 PM

Title: New version 1.7.1 is released
Post by: Emmanuel SV1BTL on Mar 09, 2026, 10:35 PM
The newer version 1.7.1 is on the github.

There are plenty of newer functions and improvements:

Because of a massive update/upgrade, a fresh install is recommended. Admins that come from v.1.7.0 can try to download only these new and/or updated files. In case of failure, then a fresh install is the best alternative:

PhantomSDR-Plus
├── admin_server.py
├── config-rtl.toml
├── config-rx888mk2.toml
├── manage_admin.sh
├── markers.json
├── phantomsdr-admin.service
├── proxy.py
├── README.md
├── recompile.sh
├── setup_admin.sh
├── start-airspyhf.sh
├── start-all-websdr.sh
├── start-rsp1a.sh
├── start-rtl.sh
├── start-rx888mk2.sh
├── stop-websdr.sh
├── docs
│   ├── ADMIN_SETUP.md
│   ├── INSTALLATION.md
│   ├── PROJECT_STRUCTURE.md
│   ├── README.md
│   ├── USER_GUIDE.md
├── frontend
│   ├── public
│   │   └── decoders
│   │       └── ft8_lib.wasm
│   ├── src
│   │   ├── App__analog_smeter_.svelte
│   │   ├── App__digital_smeter_.svelte
│   │   ├── App.svelte
│   │   ├── App__v2_analog_smeter_.svelte
│   │   ├── App__v2_digital_smeter_.svelte
│   │   ├── assets
│   │   │   ├── background.jpg
│   │   ├── audio.js
│   │   ├── events.js
│   │   ├── lib
│   │   │   ├── backend.js
│   │   ├── main.js
│   │   ├── modules
│   │   │   ├── decode.wasm
│   │   │   ├── encode.wasm
│   │   │   ├── ft4.js
│   │   │   ├── ft8.js
├── jsdsp
│   ├── ft4_wasm_glue.c
├── src
│   ├── audio.cpp
│   ├── audio.h
│   ├── chat.cpp
│   ├── chat.h
│   ├── client.cpp
│   ├── client.h
│   ├── compression.cpp
│   ├── compression.h
│   ├── events.cpp
│   ├── events.h
│   ├── fft.cpp
│   ├── fft_cuda.cu
│   ├── fft.h
│   ├── fft_impl.cpp
│   ├── fft_mkl.cpp
│   ├── http.cpp
│   ├── README.md
│   ├── samplereader.cpp
│   ├── samplereader.h
│   ├── signal.cpp
│   ├── signal.h
│   ├── spectrumserver.cpp
│   ├── spectrumserver.h
│   ├── utils
│   │   ├── audioprocessing.cpp
│   │   ├── audioprocessing.h
│   │   ├── dsp.cpp
│   │   └── dsp.h
│   ├── utils.cpp
│   ├── utils.h
│   ├── waterfallcompression.cpp
│   ├── waterfallcompression.h
│   ├── waterfall.cpp
│   ├── waterfall.h
│   ├── websocket.cpp
│   └── websocket.h


A new recompile of BOTH Backend abd Frontend and restart of the server is required!

Working demo of PhantomSDR+ is: http://phantomsdr.no-ip.org:8900/ (http://phantomsdr.no-ip.org:8900/)

Github is located here: https://github.com/sv1btl/PhantomSDR-Plus (https://github.com/sv1btl/PhantomSDR-Plus)