discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Cluster applications


From: John Gilmore
Subject: Re: [Discuss-gnuradio] Cluster applications
Date: Mon, 04 Nov 2002 15:15:44 -0800

It should be fairly easy to make GNU Radio run on a cluster.  You
divide up the total processing job into separate pipelines, each of
which will run on a single computer.  Connect these pipelines with TCP
sources and sinks.  As long as you have enough bandwidth within the
cluster to keep the data moving, this should work fine.  The computer
with the A-to-D board should be configured to do enough processing to
shrink the volume of samples so that it can fit handily in an Ethernet of
whatever bandwidth you have.

        John




reply via email to

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