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

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to