After using the software for several months now, I can give very positive feedback to the developer. It is highly appreciated by users and is genuinely enjoyable in its current form. I have received some feedback that I would like to share:
- Tuning is not optimal; it would be nice if in the next version one could adjust the scrolling increments.
- Ability to change the frequency via the keyboard.
- Option to disable the chatbox in the configuration.
- Ability to add a title with some information.
- Compatibility with CATSynch
You can give the freq by keyboard, mouseclick the freq-box and start typing, after click anywhere you like or give enter.
You can add your own tittle as I did...just edit the index.html and make it like this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Heppen Wideband Websdr powered by PhantomSDR+</title>
<center><h4 style="color:Yellow;">Welcome to the Heppen Wideband Websdr, run by Bas ON5HB and Marian ON3MS.</h4>
<h4 style="color:White;">Equipment: Intel i5-7500, Ubuntu Jammy, RX888MK2 receiver and a 54m longwire max about 20m high in a tree</h4></center>
<script type="module" crossorigin src="/assets/index-DtLPSqpM.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BkbTJSy3.css">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.>
</head>
<body>
<div id="app"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.pre>
<script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-dY0RNhaD.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-ChAaje4m.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>
Catsynch is not made by Steven, the code is opensource so the maker of CatSynch should be able to make it work.
I also added the SDR List to the bottom of my introduction header.
<center><h4 style="color:White;"><a href="https://sdr-list.xyz/" target="_new">PhantomSDR+ List</a></h4></center>
Future versions will include the bottom sdr list i think. Also thanks for the wishlist i will try to work on it.