README.md (eb2476556a39dad8df83ea795f46a5be109c2af7) | README.md (96be0adb57858b28de3dc7cfe073cbe12f233371) |
---|---|
1# openwifi 2<img src="./openwifi-arch.jpg" width="900"> 3 4**openwifi:** Linux mac80211 compatiable full-stack Wi-Fi design based on SDR (Software Defined Radio). 5 6This 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)] 7 8[Demo [video](https://users.ugent.be/~xjiao/openwifi.mp4)]. [openwifi [maillist](https://lists.ugent.be/wws/subscribe/openwifi)] --- 84 unchanged lines hidden (view full) --- 93 94* Install Vivado/SDK 2017.4.1. 95* Get necessary FPGA files from openwifi-hw repository. 96 97``` 98git submodule init openwifi-hw 99git submodule update openwifi-hw 100cd openwifi-hw | 1# openwifi 2<img src="./openwifi-arch.jpg" width="900"> 3 4**openwifi:** Linux mac80211 compatiable full-stack Wi-Fi design based on SDR (Software Defined Radio). 5 6This 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)] 7 8[Demo [video](https://users.ugent.be/~xjiao/openwifi.mp4)]. [openwifi [maillist](https://lists.ugent.be/wws/subscribe/openwifi)] --- 84 unchanged lines hidden (view full) --- 93 94* Install Vivado/SDK 2017.4.1. 95* Get necessary FPGA files from openwifi-hw repository. 96 97``` 98git submodule init openwifi-hw 99git submodule update openwifi-hw 100cd openwifi-hw |
101git checkout master |
|
101git pull 102``` 103* Build Linux kernel and modules: 104 105``` 106export XILINX_DIR=your_Xilinx_directory 107cd openwifi 108git submodule init adi-linux --- 154 unchanged lines hidden --- | 102git pull 103``` 104* Build Linux kernel and modules: 105 106``` 107export XILINX_DIR=your_Xilinx_directory 108cd openwifi 109git submodule init adi-linux --- 154 unchanged lines hidden --- |