What are the parameters of rtl_sdr, leandvb, and tsp in the default configuration of blocksat-cli sdr?
VDelport opened this issue · 2 comments
VDelport commented
Hello, I assume blocksat-cli sdr runs the applications rtl_sdr, leandvb, and tsp as a pipe in that order. Would you please give me all the parameters with which the three programs are executed in the default function of blocksat-cli sdr?
blockstreamsatellite commented
@VDelport sure. Just run with --debug
option, as follows:
blocksat-cli --debug sdr
The CLI prints out the full command that is used when executed in debug mode. It will show the piping from the rtl_sdr
app, to leandvb
, and finally to tsp
, including all arguments.
VDelport commented
Thank you.