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: Bastian Bloessl
Subject: Re: [Discuss-gnuradio] file source with gr-ieee802.11 tx
Date: Mon, 27 Jul 2015 22:43:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

Hi,

On 07/27/2015 02:10 PM, Marcus Müller wrote:
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.

..or you could use a small python script like this to generate packets

https://github.com/bastibl/gr-ieee802-15-4/blob/master/utils/udp.py

Best,
Bastian



reply via email to

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