forked from rxseger/rx_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Linux rules edited this page Jan 29, 2019
·
6 revisions
Currently work in progress..
openwebrx is using rx_tools to stream samples from SoapySDR to openwebrx. In original openwebrx and rx_tools there are no ways of changing the center frequency after openwebrx has started up.
This version of rx_tools currently supports changing the center frequency while it is running.
The way it works is that a client sends rx_tools a message with a new center frequency. rx_tools then change the center frequency and continues to stream samples. Example on how to send a new center frequency to rx_tools is in file src/rx_sdr_ipc.c
Notes: this project-fork is currently only compatible with linux, windows version of setting center frequency will be developed when I have time.