[Discuss-gnuradio] Data rate of a TCP source

2012-06-08 Thread Piotr Palka
Hi,

Does Gnuradio provide a possibility to measure a net data rate of a TCP source? 
I would like to output how many packets (or bits) per second are being 
successfully received in my top_block.

Thanks
Piotr


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Adding block to an existing module

2012-05-25 Thread Piotr Palka
Dear gnuradio list,

I have built a new module using the create-gnuradio-out-of-tree-project 
command. Now I would like to add new blocks to this module. Writing new .h, .cc 
and swig-files is not a problem, but obviously I have to adapt some Makefiles 
etc.

I thought, it would be a good idea to take a look at the howto-write-a-block 
structure and modify existing Makefiles. But I am not familiar with these 
things and hope there is an easier way.

Could someone please tell me, what is the best way to add a signal processing 
block to an existing module? At the moment I am only able to create a new block 
creating a new module at the same time, which doesn't make much sense. I have 
searched the web a lot, maybe it is too trivial to find any useful 
information...

I am currently running Ubuntu 10.04 with gnuradio 3.5.2.1.

Thanks in advance
Piotr

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio