f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.87k stars 434 forks source link

How to get the local output to transfer it's data to the local input? #2166

Closed Degamisu closed 2 months ago

Degamisu commented 3 months ago

This might seem like a stupid question, but I am trying to get an ATV modulator to work and be able to encode my images into that. But I also want to read from them as well. My SDR is not working currently so im trying to simulate this as best as possible. So how do I tunnel the local output to the local input? thanks!

update: im going to try using a transiver.

srcejon commented 3 months ago

Local doesn't seem to work for me - RemoteOutput/RemoteInput does though. Just use default IP address of 127.0.0.1

Degamisu commented 3 months ago

I will try out Remote Output, thanks for the tip.

srcejon commented 3 months ago

Although there's no way to set the sample rate, as far as I can see.

Loopback support would be quite useful though.

Degamisu commented 3 months ago

Although there's no way to set the sample rate, as far as I can see.

Loopback support would be quite useful though.

Although there's no way to set the sample rate, as far as I can see.

Loopback support would be quite useful though.

I could possibly just log everything to a file and then play it back from there, but it wouldn't be live unfortunately. Also, I have made a simple workspace that could possibly work, but SDRAngel wont stop crashing!

f4exb commented 3 months ago

On this ticket the opposite direction was discussed: https://github.com/f4exb/sdrangel/issues/2082

github-actions[bot] commented 2 months ago

This issue is going to be closed due to inactivity