Re: [Discuss-gnuradio] Problem TCP blocks

2015-05-18 Thread Andreas Ladanyi
det: Dienstag, 12. Mai 2015 um 13:06 Uhr Von: "Marcus Müller" An: discuss-gnuradio@gnu.org Betreff: Re: [Discuss-gnuradio] Problem TCP blocks Hi Andy, oh yes, I don't like that block ;) but I'm happy it's there. So the problem lies in the way this block is structured, a

Re: [Discuss-gnuradio] Problem TCP blocks

2015-05-12 Thread Marcus Müller
Hi Andy, oh yes, I don't like that block ;) but I'm happy it's there. So the problem lies in the way this block is structured, and how GNU Radio runs: tcp_sink is just a hier block -- it's nothing but a small wrapper around the file_descriptor_sink[1]. The cool thing about sockets is that you ca

[Discuss-gnuradio] Problem TCP blocks

2015-05-12 Thread Andreas Ladanyi
Hi,   iam trying to setup a grc project with 2 TCP sinks server blocks each with own TCP port but both TCP blocks with the same IP.  So i want to open 2 different TCP Ports at the same host and same IP.  At the other grc project iam trying to setup 2 TCP source client blocks which connect to the