The SV1BTL-version can be found here: https://github.com/sv1btl/PhantomSDR-Plus ..it is compatible with the normal version, but enhanced.
chmod +x PhantomSDR-Plus-1.0.1.AppImage./PhantomSDR-Plus-1.0.1.AppImagesudo apt install libfuse2t64 # Ubuntu 24.04 and later
sudo apt install libfuse2 # older Ubuntu/Debian releases./PhantomSDR-Plus-1.0.1.AppImage --appimage-extract-and-runThis method works without FUSE, although application startup may be slightly slower.sudo dpkg -i phantomsdr-plus-desktop_1.0.1_amd64.debsudo apt-get -f install```sudo apt remove phantomsdr-plus-desktop`PhantomSDR-Plus Setup 1.0.1.exe`
Quote from: Emmanuel SV1BTL on Aug 26, 2026, 09:43 PMQuote from: F1NSK on Aug 26, 2026, 07:46 PMHello Guy's
The link between Phantom 3.8.0 and AetherSDR for FlexRadio is in test at home !![]()
A patch add a special websocket to Phantom to send pseudo Kiwi protocol.
I will push intensive tests before sending the kiwi_install.sh to Emmanuel
73's
What is the benefit for doing this link?
What have we to expect?
Quote from: F1NSK on Aug 26, 2026, 07:46 PMHello Guy's
The link between Phantom 3.8.0 and AetherSDR for FlexRadio is in test at home !![]()
A patch add a special websocket to Phantom to send pseudo Kiwi protocol.
I will push intensive tests before sending the kiwi_install.sh to Emmanuel
73's
cd ~/PhantomSDR-Plus
curl -fLO https://raw.githubusercontent.com/sv1btl/PhantomSDR-Plus/main/update.sh
chmod +x update.sh./update.sh./update.sh --list-excludescd ~
tar czf phantom-backup.tgz \
PhantomSDR-Plus/*.toml \
PhantomSDR-Plus/markers.json \
PhantomSDR-Plus/admin_config.json \
PhantomSDR-Plus/frontend/site_information.jsoncd ~/PhantomSDR-Plus
./update.sh --apply./update.sh./update.sh --restore LAST
./recompile.sh./install.sh./update.sh --apply --yes0 6 * * * cd ~/PhantomSDR-Plus && ./update.sh || \
mail -s "PhantomSDR-Plus update available" you@example.com./update.sh what WOULD change; writes nothing
./update.sh --apply do it, asking about anything you edited
./update.sh --apply --yes unattended; your edits are all KEPT
./update.sh --restore LAST put back whatever the last run overwrote
./update.sh --list-excludes the never-touch rules as they resolve here
./update.sh --ref v3.8.0 a tag, branch or commit instead of main
./update.sh --verbose list every file, not only the first 40Page created in 0.013 seconds with 12 queries.