openwifi/doc/app_notes/README.md

25 lines
1.5 KiB
Markdown
Raw Normal View History

2021-01-20 12:30:12 +00:00
<!--
2021-02-03 14:29:55 +00:00
Author: Xianjun jiao
2021-02-03 14:27:10 +00:00
SPDX-FileCopyrightText: 2019 UGent
2021-01-20 12:30:12 +00:00
SPDX-License-Identifier: AGPL-3.0-or-later
-->
2020-09-06 13:57:48 +00:00
Application notes collect many small topics about using openwifi in different scenarios/modes.
- [Use openwifi on the w-iLab.t testbed remotely](https://doc.ilabt.imec.be/ilabt/wilab/tutorials/openwifi.html)
- [Communication between two SDR boards under AP and client mode](ap-client-two-sdr.md)
- [Communication between two SDR boards under ad-hoc mode](ad-hoc-two-sdr.md)
- [From CSI (Channel State Information) to CSI (Chip State Information)](csi.md)
2022-02-23 11:29:59 +00:00
- [WiFi CSI radar via self CSI capturing](radar-self-csi.md)
2020-10-19 09:38:30 +00:00
- [Capture IQ sample, AGC gain, RSSI with many types of trigger condition](iq.md)
- [Capture dual antenna TX/RX IQ for multi-purpose (capture collision)](iq_2ant.md)
2022-03-22 14:54:02 +00:00
- [WiFi packet and IQ sample self loopback test (over-the-air and FPGA internal)](packet-iq-self-loopback-test.md)
2020-12-14 12:39:04 +00:00
- [IEEE 802.11n (Wi-Fi 4)](ieee80211n.md)
2021-04-06 07:44:55 +00:00
- [802.11 packet injection and fuzzing](inject_80211.md)
- [CSI fuzzer](csi_fuzzer.md)
- [Access counter/statistics in FPGA](perf_counter.md)
- [Access counter/statistics in driver](driver_stat.md)
2022-04-01 08:04:21 +00:00
- [Frequent/usual trick on controlling Gain/Att/Frequency/CCA/LBT/CSMA/CW/Sensitivity/etc](frequent_trick.md)
2022-05-13 15:03:29 +00:00
- [Driver and FPGA dynamic reloading](drv_fpga_dynamic_loading.md)
2021-11-10 22:32:42 +00:00
- [owfuzz: a WiFi protocol fuzzing tool using openwifi.](https://github.com/alipay/WiFi-Protocol-Fuzzing-Tool) [[**Vulnerabilities**]](https://github.com/E7mer/Owfuzz)