Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 789 Bytes

MANIFEST.md

File metadata and controls

23 lines (22 loc) · 789 Bytes

title: The Pipe Module brief: Collection of blocks for using any program as a source, sink or filter using Unix pipes. tags:


gr-pipe is a set GNU Radio block for using any program as a source, sink or filter by using standard Unix I/O pipes.

The main goals of these blocks are:

  • Fast development of new experimental blocks (no need to dig into C++ / GNU Radio internals / SWIG / Python).
  • Ability to use any programming language able to deal with standard input and output (code a block in your preferred language: C, Java, MatLab, Perl, Ruby...).
  • Simple interface: sequence of raw samples