discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Packet Encoder-Decoder


From: Thanasis Balafoutis
Subject: [Discuss-gnuradio] Packet Encoder-Decoder
Date: Tue, 7 Oct 2014 12:18:09 +0300

Hi,
In the followning basic setup:
File Source (Byte) ----> Packet Encoder (Byte) -----> File Sink (byte)

My input file is just a "Hello World" message
If the Repeat property of my file source is set to "No" the File Sink remains empty Why? Do I have buffering issues?
If I set Repeat="yes" file sink seems to work, But when I insert a Packet Decoder:

File Source ----> Packet Encoder ----->Packet Decoder -----> File Sink

The output file is empty again!

Thanks

reply via email to

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