I had a look at your code trying to understand how I could integrate leandbv (https://github.com/pabr/leansdr) in place of Minitiouner.
Configuration to point the netcat udp listener see image.
I crated a UTP listener with netcat see command below. I try to catch the UDP stream and got the following if I click on the DBV signal
sudo nc -l -D -p 6789 -s 192.168.10.110 -u
echo "[GlobalMsg],Freq=10494210,Offset=9750000,Doppler=0,Srate=500,DVBmode=Auto
" > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10497510,Offset=9750000,Doppler=0,Srate=66,DVBmode=Auto
" > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10497530,Offset=9750000,Doppler=0,Srate=66,DVBmode=Auto
" > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10494255,Offset=9750000,Doppler=0,Srate=500,DVBmode=Auto
" > /dev/udp/192.168.10.110/6789
I have tested leandbv with separate dongle just to see if it will decode and it seems to work fine with the following command.
rx_sdr -f 747007200 -g 19 -s 2400000 - |./leandvb --gui --inpipe 32000000 --nhelpers 6 --sr 333e3 --sampler rrc --rrc-rej 30 --standard DVB-S2 --ldpc-helper ldpc_tool -v -d | vlc -
And it seems to decodes the DBV just fine and I can see the video.
Maybe someone can direct me in the write direction so that I can take the UDP stream and point it to leandbv even if Srate is hard coded for now just to see if I can get it to work.
I am missing where the DBV stream is send when I click on the DBV signal on html Page.
Clicking on signals below gave me the netcat message
73's
Anton
ZR6AIC
I had a look at your code trying to understand how I could integrate leandbv (https://github.com/pabr/leansdr) in place of Minitiouner. Configuration to point the netcat udp listener see image.
I crated a UTP listener with netcat see command below. I try to catch the UDP stream and got the following if I click on the DBV signal sudo nc -l -D -p 6789 -s 192.168.10.110 -u echo "[GlobalMsg],Freq=10494210,Offset=9750000,Doppler=0,Srate=500,DVBmode=Auto " > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10497510,Offset=9750000,Doppler=0,Srate=66,DVBmode=Auto " > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10497530,Offset=9750000,Doppler=0,Srate=66,DVBmode=Auto " > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10494255,Offset=9750000,Doppler=0,Srate=500,DVBmode=Auto " > /dev/udp/192.168.10.110/6789
I have tested leandbv with separate dongle just to see if it will decode and it seems to work fine with the following command. rx_sdr -f 747007200 -g 19 -s 2400000 - |./leandvb --gui --inpipe 32000000 --nhelpers 6 --sr 333e3 --sampler rrc --rrc-rej 30 --standard DVB-S2 --ldpc-helper ldpc_tool -v -d | vlc - And it seems to decodes the DBV just fine and I can see the video. Maybe someone can direct me in the write direction so that I can take the UDP stream and point it to leandbv even if Srate is hard coded for now just to see if I can get it to work. I am missing where the DBV stream is send when I click on the DBV signal on html Page.
Clicking on signals below gave me the netcat message 73's Anton ZR6AIC