open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 627 forks source link

How to obtain rssi of ack frame? #259

Closed NTUGY closed 1 year ago

NTUGY commented 1 year ago

Hi Dr Jiao, How can I obtain rssi of ack frame?

JiaoXianjun commented 1 year ago

You can create a monitor virtual NIC on top the normal sdr0 NIC on board (check our related APP notes). Then use tcpdump on board to capture the received packet (include ACK frame) to a file (please search on internet about how to). Then use wireshark (on your computer) to check the RSSI in the packet log.

You can also see RSSI in our dmesg printing on board. Please check: https://github.com/open-sdr/openwifi/blob/master/doc/README.md#Debug-methods