discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reliable "virtual RF channel" between two grc applications (UDP Sour


From: Phil Frost
Subject: Re: Reliable "virtual RF channel" between two grc applications (UDP Source/Sink?)
Date: Wed, 22 Apr 2020 15:57:26 -0700



On Wed, Apr 22, 2020 at 10:48 AM Lukas Haase <address@hidden> wrote:

Has anyone done something like this before and has a recommendation for a reliable setup?
Is UDP Source/Sink over localhost even the best way to go?

If you just want to connect two local processes, you could try using mkfifo <http://man7.org/linux/man-pages/man1/mkfifo.1.html> and the file sink/source on the fifo you create.

You could also create a hierarchical block <https://wiki.gnuradio.org/index.php/GNURadioCompanion#Hierarchical_Blocks> and then you don't need to connect to processes at all.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]