xref: /openwifi/doc/app_notes/README.md (revision 3acd1024f60e301775d392b2d9e881bc8db97bb3)
1<!--
2Author: Xianjun jiao
3SPDX-FileCopyrightText: 2019 UGent
4SPDX-License-Identifier: AGPL-3.0-or-later
5-->
6
7Application notes collect many small topics about using openwifi in different scenarios/modes.
8
9- [Use openwifi on the w-iLab.t testbed remotely](https://doc.ilabt.imec.be/ilabt/wilab/tutorials/openwifi.html)
10- [Communication between two SDR boards under AP and client mode](ap-client-two-sdr.md)
11- [Communication between two SDR boards under ad-hoc mode](ad-hoc-two-sdr.md)
12- [From CSI (Channel State Information) to CSI (Chip State Information)](csi.md)
13- [WiFi CSI radar via self CSI capturing](radar-self-csi.md)
14- [Capture IQ sample, AGC gain, RSSI with many types of trigger condition](iq.md)
15- [Capture dual antenna TX/RX IQ for multi-purpose (capture collision)](iq_2ant.md)
16- [WiFi packet, CSI and IQ sample self loopback test (over-the-air and FPGA internal)](packet-iq-self-loopback-test.md)
17- [IEEE 802.11n (Wi-Fi 4)](ieee80211n.md)
18- [802.11 packet injection and fuzzing](inject_80211.md)
19- [CSI fuzzer](csi_fuzzer.md)
20- [Access counter/statistics in FPGA](perf_counter.md)
21- [Access counter/statistics in driver](driver_stat.md)
22- [Frequent/usual trick on controlling Gain/Att/Frequency/CCA/LBT/CSMA/CW/Sensitivity/etc](frequent_trick.md)
23- [Driver and FPGA dynamic reloading](drv_fpga_dynamic_loading.md)
24- [owfuzz: a WiFi protocol fuzzing tool using openwifi.](https://github.com/alipay/WiFi-Protocol-Fuzzing-Tool) [[**Vulnerabilities**]](https://github.com/E7mer/Owfuzz)
25