From 44dff4bd480c6aa574e368829aae9e96c5de9cb4 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Wed, 25 Dec 2019 09:32:53 +0100 Subject: [PATCH] add cite format --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d590849..7fca43a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository includes Linux driver and software. [openwifi-hw](https://github.com/open-sdr/openwifi-hw) repository has the FPGA design. [[Detailed architecture](https://github.com/open-sdr/openwifi/tree/master/doc)] -[Demo [video](https://youtu.be/NpjEaszd5u4). Video [download](https://users.ugent.be/~xjiao/openwifi-low-aac.mp4)] [openwifi [maillist](https://lists.ugent.be/wws/subscribe/openwifi)] +[Demo [video](https://youtu.be/NpjEaszd5u4) and video [download](https://users.ugent.be/~xjiao/openwifi-low-aac.mp4)] [openwifi [maillist](https://lists.ugent.be/wws/subscribe/openwifi)] [[Cite openwifi project](#cite-openwifi-project)] Openwifi code has dual licenses. AGPLv3 is the opensource license. For non-opensource license, please contact Filip.Louagie@UGent.be. Openwifi project also leverages some 3rd party modules. It is your duty to check and follow licenses of those modules according to your purpose. You can find [an example explanation from Analog Devices](https://github.com/analogdevicesinc/hdl/blob/master/LICENSE) for this compound license conditions. @@ -286,3 +286,15 @@ make sudo ip route add 192.168.13.0/24 via 192.168.10.122 dev ethX ``` * Now you can connect openwifi hotspot from your phone/laptop and access the internet. + +## cite openwifi project + +Any use of openwifi project which results in a publication should include a citation via (bibtex example): +``` +@electronic{openwifigithub, + author = {Xianjun, Jiao and Wei, Liu and Michael, Mehari}, + title = {open-source IEEE802.11/Wi-Fi baseband chip/FPGA design}, + url = {https://github.com/open-sdr/openwifi}, + year = {2019}, +} +```