NovaSDR is uploaded to the github, it's updated Phantom at the moment. Keep this in mind.
Quote from: Bas ON5HB on 26 Oct 2025, 14:04 It would help if you post the toml you use.
# NovaSDR Configuration — RTL-SDR (curated)
# Device: RTL-SDR via rtl_sdr
# Capture format: u8 (8-bit unsigned IQ)
#
# Run example (WBFM @ 100.9 MHz, 2.048 Msps):
# rtl_sdr -g 48 -f 100900000 -s 2048000 - | ./build/spectrumserver --config config.example.rtlsdr.toml
#
# Notes:
# - Conservative defaults chosen to start reliably on typical hardware.
# - Keep waterfall zstd + FLAC audio; these do not require extra codecs.
# - Avoid "opus" and "av1" unless NovaSDR was compiled with those codecs.
# - If CPU/memory is tight, reduce input.fft_size, then input.sps.
[server]
port = 80
host = "0.0.0.0"
html_root = "frontend/dist/"
otherusers = 1
threads = 1
[websdr]
register_online = false
name = "NovaSDR (RTL-SDR)"
antenna = "2,75m Boomerang"
grid_locator = "JN59"
hostname = "novasdr"
operator = "13RF7373"
email = "webmaster@novasdr"
callsign_lookup_url = "https://www.qrz.com/db/"
chat_enabled = true
[limits]
# Multi-user caps; adjust to your host capacity
audio = 100
waterfall = 200
events = 200
[input]
# Core parameters
sps = 2048000 # 2.048 Msps
frequency = 27415000 # Center frequency (Hz)
signal = "iq" # RTL-SDR outputs IQ
# Performance and quality
#fft_size = 131072 # Reduce if OOM or high CPU (e.g., 65536)
#fft_size = 262144 # Reduce if OOM or high CPU (e.g., 65536)
fft_size = 524288 # Reduce if OOM or high CPU (e.g., 65536)
fft_threads = 1
brightness_offset = -18 # try small steps like -6, -4, 0, +4
audio_sps = 12000
waterfall_size = 2048
waterfall_compression = "zstd" # Leave as "zstd" unless AV1 compiled
audio_compression = "flac" # Leave as "flac" unless Opus compiled
accelerator = "opencl" # "none" | "opencl" | "cuda" | "mkl" (only if compiled)
smeter_offset = -24
[input.driver]
name = "stdin"
format = "u8" # rtl_sdr outputs u8 IQ
[input.defaults]
frequency = 26925000
modulation = "FM" # AM | SAM | FM | WBFM | USB | LSB
Quote from: K3FEF on 14 Oct 2025, 00:27 I'm stuck again. :-) I'm trying to figure out a way so that when this machine starts up, it automatically starts up the SDR without me having to do anything...
), who insist to support and develop the older versions?
Page created in 0.006 seconds with 11 queries.