mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-02-08 04:10:21 +00:00
38 lines
2.3 KiB
Markdown
38 lines
2.3 KiB
Markdown
<!--
|
|
Author: Xianjun jiao
|
|
SPDX-FileCopyrightText: 2021 UGent
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
If your work uses openwifi, please cite the first VTC2020 openwifi paper:
|
|
```
|
|
@inproceedings{jiao2020openwifi,
|
|
title={openwifi: a free and open-source IEEE802. 11 SDR implementation on SoC},
|
|
author={Jiao, Xianjun and Liu, Wei and Mehari, Michael and Aslam, Muhammad and Moerman, Ingrid},
|
|
booktitle={2020 IEEE 91st Vehicular Technology Conference (VTC2020-Spring)},
|
|
pages={1--2},
|
|
year={2020},
|
|
organization={IEEE}
|
|
}
|
|
```
|
|
You can also cite the openwifi code/github link:
|
|
```
|
|
@electronic{openwifigithub,
|
|
author = {Jiao, Xianjun and Liu, Wei and Mehari, Michael},
|
|
title = {open-source IEEE802.11/Wi-Fi baseband chip/FPGA design},
|
|
url = {https://github.com/open-sdr/openwifi},
|
|
year = {2019},
|
|
}
|
|
```
|
|
If your work is related to some further specific openwifi topic, you can find and cite it from the list of the related publications/works:
|
|
- [VTC2020 spring Antwerp. openwifi: a free and open-source IEEE802.11 SDR implementation on SoC](https://www.orca-project.eu/wp-content/uploads/sites/4/2020/03/openwifi-vtc-antwerp-PID1249076.pdf)
|
|
- [CSI MURDER](https://ans.unibs.it/projects/csi-murder/)
|
|
- [IEEE 802.11 CSI randomization to preserve location privacy: An empirical evaluation in different scenarios](https://www.sciencedirect.com/science/article/abs/pii/S138912862100102X)
|
|
- [Enabling TSN over IEEE 802.11: Low-overhead Time Synchronization for Wi-Fi Clients](https://biblio.ugent.be/publication/8700714/file/8700715.pdf)
|
|
- [Openwifi CSI fuzzer for authorized sensing and covert channels](https://arxiv.org/pdf/2105.07428.pdf) (accepted by ACM WiSec 2021)
|
|
- [Wireless Time-Sensitive Networks: When Every Microsecond Counts](https://www.mwrf.com/technologies/systems/article/21164984/wireless-timesensitive-networks-when-every-microsecond-counts)
|
|
- [High precision time synchronization on Wi-Fi based multi-hop network](https://biblio.ugent.be/publication/8709058/file/8709060.pdf)
|
|
- [The initial 802.11n 2*2 MIMO and diversity (CSD/Combining) work by Cedric Den Haese](https://users.ugent.be/~xjiao/Cedric_Den_Haese_masterproef.pdf) (UGent master thesis 2021)
|
|
|
|
**Openwifi was born in ORCA project (EU's Horizon2020 programme under agreement number 732174).**
|