Re: [Discuss-gnuradio] pipe data from GRC through shell command (like gr-pipe in 3.6) ?

2014-12-16 Thread Jeff Long
Mark, The File Descriptor Source/Sink work with stdin/stdout. On 12/16/2014 12:03 PM, M Dammer wrote: I want to pipe data from GRC "through" a command running in the linux shell. I found gr-pipe on github, but it seems to be for 3.6 only. Until now I have used file sinks / sources and FIFOs, bu

[Discuss-gnuradio] pipe data from GRC through shell command (like gr-pipe in 3.6) ?

2014-12-16 Thread M Dammer
I want to pipe data from GRC "through" a command running in the linux shell. I found gr-pipe on github, but it seems to be for 3.6 only. Until now I have used file sinks / sources and FIFOs, but this is inconvenient as FIFOs have to be created and things have to happen at a specific place in th

Re: [Discuss-gnuradio] How to pass time tag into usrp sink as a parameter ?[hurry...]

2014-12-16 Thread Marcus Müller
Hello Rui, why do you take the detour through a file? That looks unnecessary. the USRP sink understands transmission times you specify using tags [1], so this will be the easiest way to deal with this. You just need to write a really short block (in C++ or python, whatever you prefer) which takes

[Discuss-gnuradio] How to pass time tag into usrp sink as a parameter ?[hurry...]

2014-12-16 Thread Rui Zou
Hello, I would like to implement the process as follows at the Rx side: Record the time when the first sample arrived, and then wait for a certain interval and then send ack back to Tx. Meanwhile, finish the cfo calculating and compensating. Here is my whole flow graph design. (Each means a bl

Re: [Discuss-gnuradio] GRC display category [none]

2014-12-16 Thread Martin Braun
On 12/15/2014 09:20 PM, madengr wrote: > Can you do that for Ettus RFnoc? I noticed that has no category either. > Lou Hey, you can't smack my own arguments straight back at me :) Weird: All the rfnoc blocks are declared in uhd_block_tree.xml, but as you mention they don't pop up in GRC. There w