discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] IEEE 802.11 a/g/p Transceiver module - Counting D


From: Bastian Bloessl
Subject: Re: [Discuss-gnuradio] IEEE 802.11 a/g/p Transceiver module - Counting Decoded Frames
Date: Tue, 28 Feb 2017 08:41:15 +0100

Hi,

> On 27 Feb 2017, at 22:58, Qurat-Ul-Ann Akbar <address@hidden> wrote:

> I want to calculate the number of frames correctly decoded by the wifi_rx in 
> the IEEE 802.11 module. I can not find the source file for the block 
> WiFi_Decode Mac where I can place a counter for the successfully decoded 
> frames.

It is in lib/decode_mac.cc

https://github.com/bastibl/gr-ieee802-11/blob/next/lib/decode_mac.cc


> Can anyone tell me where this file is ? And is there any other way of doing 
> besides changing the block's code?
> 

I would recommend to record the received frames in a PCAP file. Then you can 
easily check the number of received frames with Wireshark or with tshark (if 
you want to script it).

Best,
Bastian




reply via email to

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