discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] file source with gr-ieee802.11 tx


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] file source with gr-ieee802.11 tx
Date: Mon, 27 Jul 2015 14:10:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

Hi Simone,
The wifi_tx example GRC comes with a Socket PDU source.
Just send UDP packets to the port specified containing a IEEE 802.11 packet's amount of data per UDP packet; netcat/nc/ncat is sadly no good for this, because it doesn't allow specification of packet sizes.

You can also use a file source, stream to tagged stream, tagged stream to PDU flow graph.

To be honest, GNU Radio is kind of lacking a simple "take n items from the input stream and generate a PMT pair (n, items), send that over your message port" block, which would take roughly 10 lines of python to write (and not much more C++) -- so you might as well do that.

Best regards,
Marcus


On 27.07.2015 13:59, Simone Ciccia S210664 wrote:
Is there a way to make a continuous transmission with the gr-ieee802.11 transmitter? For example, reading a file (file sink), how to send the byte stream to the transmitter processing chain?

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




reply via email to

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