On Thu, 28. Mar 20:24, Ron Economos wrote:
> It's still around. It's just been deprecated. Look in the Deprecated
> category in GNU Radio Companion.
>
> Ron
>
> On 3/28/19 20:01, Andriy Gelman wrote:
> > Hi,
> >
> > It looks that the TCP source blo
Hi,
It looks that the TCP source block was removed in commit fd1148e8c.
Anyone recommend a replacement?
Thanks,
Andriy
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hello,
I've been doing some work on the gr-zeromq module.
I've implemented a block which allows multiple publishers to connect to a
proxy block (i.e. a broker). This avoids each publisher having to bind to a
separate port. Subscribers connect to the proxy block to receive messages.
This is based on
Hi Guy,
I've had these issues when linking to libraries.
Go to the CMakeLists.txt in the root of your OOT module, and look for the
line find_package(Boost..
Make sure you include chrono in your components list, i.e.:
find_package(Boost "1.35" COMPONENTS filesystem system *chrono*)
After compile/