xref: /openwifi/README.md (revision a6085186d94dfe08b0e09c18c8d4b1b4fe38ea35)
1<!--
2SPDX-FileCopyrightText: 2019 Jiao Xianjun <[email protected]>
3SPDX-License-Identifier: AGPL-3.0-or-later
4-->
5
6# openwifi
7<img src="./openwifi-arch.jpg" width="900">
8
9**openwifi:** Linux mac80211 compatible full-stack IEEE802.11/Wi-Fi design based on SDR (Software Defined Radio).
10
11This repository includes Linux driver and software. [openwifi-hw](https://github.com/open-sdr/openwifi-hw) repository has the FPGA design.
12
13[[Project document](doc)], [[Quick start](#Quick-start)], [[Application notes](doc/app_notes)]
14
15[[Videos](#Videos)] [[Papers](#Papers)] [openwifi [maillist](https://lists.ugent.be/wws/subscribe/openwifi)] [[Cite openwifi project](#Cite-openwifi-project)]
16
17Openwifi code has dual licenses. AGPLv3 is the opensource license. For non-opensource license, please contact [email protected]. Openwifi project also leverages some 3rd party modules. It is user's duty to check and follow licenses of those modules according to the purpose/usage. You can find [an example explanation from Analog Devices](https://github.com/analogdevicesinc/hdl/blob/master/LICENSE) for this compound license conditions. [[How to contribute]](https://github.com/open-sdr/openwifi/blob/master/CONTRIBUTING.md).
18
19**Features:**
20
21- 802.11a/g/n [[IEEE 802.11n (Wi-Fi 4)](doc/app_notes/ieee80211n.md)]
22- 20MHz bandwidth; 70 MHz to 6 GHz frequency range
23- Mode tested: Ad-hoc; Station; AP, Monitor
24- DCF (CSMA/CA) low MAC layer in FPGA (10us SIFS is achieved)
25- [802.11 packet injection](doc/app_notes/inject_80211.md)
26- CSI (Channel State Information, freq offset, equalizer to computer) [[CSI notes](doc/app_notes/csi.md)]
27- IQ capture (real-time AGC, RSSI, IQ sample to computer) [[IQ notes](doc/app_notes/iq.md)][[IQ notes for dual antenna](doc/app_notes/iq_2ant.md)]
28- Configurable channel access priority parameters:
29  - duration of RTS/CTS, CTS-to-self
30  - SIFS/DIFS/xIFS/slot-time/CW/etc
31- Time slicing based on MAC address (time gated/scheduled FPGA queues)
32- Easy to change bandwidth and frequency:
33  - 2MHz for 802.11ah in sub-GHz
34  - 10MHz for 802.11p/vehicle in 5.9GHz
35- On roadmap: **802.11ax**
36
37**Performance (AP: openwifi at channel 44, client: TL-WDN4200 N900 USB Dongle):**
38- AP --> client: 30.6Mbps(TCP), 38.8Mbps(UDP)
39- client --> AP: 17.0Mbps(TCP), 21.5Mbps(UDP)
40
41**Supported SDR platforms:** (Check [Porting guide](#Porting-guide) for your new board if it isn't in the list)
42
43board_name|board combination|status|SD card img
44-------|-------|----|----
45zc706_fmcs2|Xilinx ZC706 dev board + FMCOMMS2/3/4|Done|[32bit img](https://users.ugent.be/~xjiao/openwifi-1.2.0-leuven-32bit.img.xz)
46zed_fmcs2|Xilinx zed board + FMCOMMS2/3/4|Done|[32bit img](https://users.ugent.be/~xjiao/openwifi-1.2.0-leuven-32bit.img.xz)
47adrv9364z7020|ADRV9364-Z7020 + ADRV1CRR-BOB|Done|[32bit img](https://users.ugent.be/~xjiao/openwifi-1.2.0-leuven-32bit.img.xz)
48adrv9361z7035|ADRV9361-Z7035 + ADRV1CRR-BOB/FMC|Done|[32bit img](https://users.ugent.be/~xjiao/openwifi-1.2.0-leuven-32bit.img.xz)
49zc702_fmcs2|Xilinx ZC702 dev board + FMCOMMS2/3/4|Done|[32bit img](https://users.ugent.be/~xjiao/openwifi-1.2.0-leuven-32bit.img.xz)
50zcu102_fmcs2|Xilinx ZCU102 dev board + FMCOMMS2/3/4|Done|[64bit img](https://users.ugent.be/~xjiao/openwifi-1.2.0-leuven-64bit.img.xz)
51zcu102_9371|Xilinx ZCU102 dev board + ADRV9371|Future|Future
52
53- board_name is used to identify FPGA design in openwifi-hw/boards/
54- Don't have any boards? Or you like JTAG boot instead of SD card? Check our test bed [w-iLab.t](https://doc.ilabt.imec.be/ilabt/wilab/tutorials/openwifi.html) tutorial.
55
56[[Quick start](#Quick-start)]
57[[Basic operations](#Basic-operations)]
58[[Update FPGA](#Update-FPGA)]
59[[Update Driver](#Update-Driver)]
60[[Update sdrctl](#Update-sdrctl)]
61[[Easy Access and etc](#Easy-Access-and-etc)]
62
63[[Build openwifi Linux img from scratch](#Build-openwifi-Linux-img-from-scratch)]
64[[Special note for 11b](#Special-note-for-11b)]
65[[Porting guide](#Porting-guide)]
66
67[[Project document](doc)]
68[[Application notes](doc/app_notes)]
69
70## Quick start
71- Burn openwifi board specific img file (from the table) into a SD card ("Open With Disk Image Writer". Or "dd" command after unzip). The SD card has two partitions: BOOT and rootfs. You need to config the **correct files in the BOOT partition** according to the **board you have** by operation on your computer:
72  - Copy files in **openwifi/board_name** to the base directory of BOOT partiton.
73  - Copy **openwifi/zynqmp-common/Image** (zcu102 board) or **openwifi/zynq-common/uImage** (other boards) to the base directory of BOOT partiton
74- Connect two antennas to RXA/TXA ports. Config the board to SD card boot mode (check the board manual). Insert the SD card to the board. Power on.
75- Login to the board from your PC (PC Ethernet should have IP 192.168.10.1) with password **openwifi**.
76  ```
77  ssh [email protected]
78  ```
79- On board, run openwifi AP and the on board webserver
80  ```
81  ~/openwifi/fosdem.sh
82  ```
83- After you see the "openwifi" SSID on your device (Phone/Laptop/etc), connect it. Browser to 192.168.13.1 on your deivce, you should see the webpage hosted by the webserver on board.
84  - Note 1: If your device doesn't support 5GHz (ch44), please change the **hostapd-openwifi.conf** on board and re-run fosdem.sh.
85  - Note 2: After ~2 hours, the Viterbi decoder will halt (Xilinx Evaluation License). Just power cycle the board if it happens. (If output of "./sdrctl dev sdr0 get reg rx 20" is always the same, it means the decoder halts)
86- To give the Wi-Fii client internet access, configure routing/NAT **on the PC**:
87  ```
88  sudo sysctl -w net.ipv4.ip_forward=1
89  sudo iptables -t nat -A POSTROUTING -o ethY -j MASQUERADE
90  sudo ip route add 192.168.13.0/24 via 192.168.10.122 dev ethX
91  ```
92  **ethX** is the PC NIC name connecting the board. **ethY** is the PC NIC name connecting internet.
93
94  If you want, uncommenting "net.ipv4.ip_forward=1" in /etc/sysctl.conf to make IP forwarding persistent on PC.
95- To monitor **real-time CSI (Chip State Information)**, such as timestamp, frequency offset, channel state, equalizer, please refer to [[CSI notes](doc/app_notes/csi.md)].
96
97## Basic operations
98The board actually is an Linux/Ubuntu computer which is running **hostapd** to offer Wi-Fi AP functionality over the Wi-Fi Network Interface (NIC). The NIC is implemented by openwifi-hw FPGA design. We use the term **"On board"** to indicate that the commands should be executed after ssh login to the board. **"On PC"** means the commands should run on PC.
99- Bring up the openwifi NIC sdr0:
100  ```
101  service network-manager stop
102  cd ~/openwifi && ./wgd.sh
103  ```
104- Use openwifi as client to connect other AP (Change wpa-connect.conf on board firstly):
105  ```
106  route del default gw 192.168.10.1
107  wpa_supplicant -i sdr0 -c wpa-connect.conf &
108  dhclient sdr0
109  ```
110- Use openwifi in ad-hoc mode: Please check **sdr-ad-hoc-up.sh** and **sdr-ad-hoc-join.sh**.
111- Use openwifi in monitor mode: Please check **monitor_ch.sh**.
112- The Linux native Wi-Fi tools/Apps (iwconfig/ifconfig/iwlist/iw/hostapd/wpa_supplicant/etc) can run over openwifi NIC in the same way as commercial Wi-Fi chip.
113- **sdrctl** is a dedicated tool to access openwifi driver/FPGA, please check doc directory for more information.
114
115## Update FPGA
116
117Since the pre-built SD card image might not have the latest bug-fixes/updates, it is recommended to udpate the fpga bitstream on board.
118
119- Install Vivado/SDK 2018.3 (If you don't need to generate new FPGA bitstream, WebPack version without license is enough)
120- Setup environment variables (use absolute path):
121  ```
122  export XILINX_DIR=your_Xilinx_directory
123  export OPENWIFI_DIR=your_openwifi_directory
124  export BOARD_NAME=your_board_name
125  ```
126- Get the latest FPGA bitstream from openwifi-hw, generate BOOT.BIN and transfer it on board via ssh channel:
127  ```
128  $OPENWIFI_DIR/user_space/get_fpga.sh $OPENWIFI_DIR
129
130  For Zynq 7000:
131  $OPENWIFI_DIR/user_space/boot_bin_gen.sh $OPENWIFI_DIR $XILINX_DIR $BOARD_NAME
132
133  For Zynq MPSoC (like zcu102 board):
134  $OPENWIFI_DIR/user_space/boot_bin_gen_zynqmp.sh $OPENWIFI_DIR $XILINX_DIR $BOARD_NAME
135
136  scp $OPENWIFI_DIR/kernel_boot/boards/$BOARD_NAME/output_boot_bin/BOOT.BIN [email protected]:
137  ```
138- On board: Put the BOOT.BIN into the BOOT partition.
139  ```
140  mount /dev/mmcblk0p1 /mnt
141  cp ~/BOOT.BIN /mnt
142  umount /mnt
143  ```
144  **Power cycle** the board to load new FPGA bitstream.
145
146## Update Driver
147
148Since the pre-built SD card image might not have the latest bug-fixes/updates, it is recommended to udpate the driver on board.
149- Prepare Analog Devices Linux kernel source code (only need to run once):
150  ```
151  $OPENWIFI_DIR/user_space/prepare_kernel.sh $OPENWIFI_DIR $XILINX_DIR ARCH_BIT
152  (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
153  ```
154- Compile the latest openwifi driver
155  ```
156  $OPENWIFI_DIR/driver/make_all.sh $OPENWIFI_DIR $XILINX_DIR ARCH_BIT
157  (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
158  ```
159- Copy the driver files to the board via ssh channel
160  ```
161  scp `find $OPENWIFI_DIR/driver/ -name \*.ko` [email protected]:openwifi/
162  ```
163  Now you can use **wgd.sh** on board to load the new openwifi driver.
164
165## Update sdrctl
166- Copy the sdrctl source files to the board via ssh channel
167  ```
168  scp `find $OPENWIFI_DIR/user_space/sdrctl_src/ -name \*` [email protected]:openwifi/sdrctl_src/
169  ```
170- Compile the sdrctl **on board**:
171  ```
172  cd ~/openwifi/sdrctl_src/ && make && cp sdrctl ../ && cd ..
173  ```
174## Easy Access and etc
175
176- FPGA and driver on board update scripts
177  - Setup [ftp server](https://help.ubuntu.com/lts/serverguide/ftp-server.html) on PC, allow anonymous and change ftp root directory to $OPENWIFI_DIR.
178  - On board:
179  ```
180  ./sdcard_boot_update.sh $BOARD_NAME
181  (Above command downloads uImage, BOOT.BIN and devicetree.dtb, then copy them into boot partition. Remember to power cycle)
182  ./wgd.sh remote
183  (Above command downloads driver files, and brings up sdr0)
184  ```
185- Access the board disk/rootfs like a disk:
186   - On PC: "File manager --> Connect to Server...", input: sftp://[email protected]/root
187   - Input password "openwifi"
188
189## Build openwifi Linux img from scratch
190- Download [2019_R1-2020_02_04.img.xz](https://swdownloads.analog.com/cse/2019_R1-2020_02_04.img.xz) from [Analog Devices Wiki](https://wiki.analog.com/resources/tools-software/linux-software/zynq_images). Burn it to a SD card.
191- Insert the SD card to your Linux PC. Find out the mount point (that has two sub directories BOOT and rootfs), and setup environment variables (use absolute path):
192  ```
193  export SDCARD_DIR=sdcard_mount_point
194  export XILINX_DIR=your_Xilinx_directory
195  export OPENWIFI_DIR=your_openwifi_directory
196  export BOARD_NAME=your_board_name
197  ```
198- Run script to update SD card:
199  ```
200  $OPENWIFI_DIR/user_space/update_sdcard.sh $OPENWIFI_DIR $XILINX_DIR $BOARD_NAME $SDCARD_DIR
201  ```
202- Config your board to SD card boot mode (check the board manual). Insert the SD card to the board. Power on.
203- Login to the board from your PC (PC Ethernet should have IP 192.168.10.1) with one time password **analog**.
204  ```
205  ssh [email protected]
206  ```
207- Setup routing/NAT **on the PC** for your board -- this internet connection is **important** for post installation/config.
208  ```
209  sudo sysctl -w net.ipv4.ip_forward=1
210  sudo iptables -t nat -A POSTROUTING -o ethY -j MASQUERADE
211  sudo ip route add 192.168.13.0/24 via 192.168.10.122 dev ethX
212  ```
213  **ethX** is the PC NIC name connecting the board. **ethY** is the PC NIC name connecting internet.
214
215  If you want, uncommenting "net.ipv4.ip_forward=1" in /etc/sysctl.conf to make IP forwarding persistent on PC.
216- Run **one time** script on board to complete post installation/config (After this, password becomes **openwifi**)
217  ```
218  cd ~/openwifi && ./post_config.sh
219  ```
220- Now you can start from [Quick start](#Quick-start) (Skip the image download and burn step)
221
222## Special note for 11b
223
224Openwifi only applies OFDM as its modulation scheme and as a result, it is not backward compatible with 802.11b clients or modes of operation. This is usually the case during beacon transmission, connection establishment, and robust communication.
225
226As a solution to this problem, openwifi can be fully controlled only if communicating with APs/clients instantiated using hostapd/wpa_supplicant userspace programs respectively.
227
228For hostapd program, 802.11b rates can be suppressed using configuration commands (i.e. supported_rates, basic_rates) and an example configuration file is provided (i.e. hostapd-openwifi.conf). One small caveat to this one comes from fullMAC Wi-Fi cards as they must implement the *NL80211_TXRATE_LEGACY* NetLink handler at the device driver level.
229
230On the other hand, the wpa_supplicant program on the client side (commercial Wi-Fi dongle/board) cannot suppress 802.11b rates out of the box in 2.4GHz band, so there will be an issue when connecting openwifi (OFDM only). A patched wpa_supplicant should be used at the client side.
231```
232sudo apt-get install libssl1.0-dev
233$OPENWIFI_DIR/user_space/build_wpa_supplicant_wo11b.sh $OPENWIFI_DIR
234```
235## Porting guide
236
237This section explains the porting work by showing the differences between openwifi and Analog Devices reference design. openwifi is based on 2019_R1 of [HDL Reference Designs](https://github.com/analogdevicesinc/hdl).
238- Open the fmcomms2 + zc706 reference design at hdl/projects/fmcomms2/zc706 (Please read Analog Devices help)
239- Open the openwifi design zc706_fmcs2 at openwifi-hw/boards/zc706_fmcs2 (Please read openwifi-hw repository)
240- "Open Block Design", you will see the differences between openwifi and the reference design. Both in "diagram" and in "Address Editor".
241- The address/interrupts of FPGA blocks hooked to the ARM bus should be put/aligned to the devicetree file openwifi/kernel_boot/boards/zc706_fmcs2/devicetree.dts. Linux will parse the devicetree.dtb when booting to know information of attached deivce (FPGA blocks in our case).
242- We use dtc command to get devicetree.dts converted from devicetree.dtb in [Analog Devices Linux image](https://wiki.analog.com/resources/tools-software/linux-software/zynq_images), then do modification according to what we have added/modified to the reference design.
243- Please learn the script in [[Build openwifi Linux img from scratch](#Build-openwifi-Linux-img-from-scratch)] to understand how we generate devicetree.dtb, BOOT.BIN and Linux kernel uImage and put them together to build the full SD card image.
244
245## Videos
246
247Demo [[youtube](https://youtu.be/NpjEaszd5u4)], [[link for CHN user](https://www.zhihu.com/zvideo/1280659393378041856)]
248
249FOSDEM2020 [[youtube](https://youtu.be/Mq48cGthk7M)], [[link for CHN user](https://www.zhihu.com/zvideo/1280673506397425664)]
250
251Low latency for gaming and introduction [[youtube](https://youtu.be/Notn9X482LI)], [[link for CHN user](https://www.zhihu.com/zvideo/1273823153371385856)]
252
253CSI (Channel State Information) [[twitter](https://twitter.com/i/status/1314207380561780738)], [[link for CHN user](https://www.zhihu.com/zvideo/1297662571618148352)]
254
255## Papers
256
257- [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)
258- [csi murder](https://ans.unibs.it/projects/csi-murder/)
259
260Openwifi was born in [ORCA project](https://www.orca-project.eu/) (EU's Horizon2020 programme under agreement number 732174).
261
262## Cite openwifi project
263
264Any use of openwifi project which results in a publication should include a citation via (bibtex example):
265```
266@electronic{openwifigithub,
267            author = {Xianjun, Jiao and Wei, Liu and Michael, Mehari},
268            title = {open-source IEEE802.11/Wi-Fi baseband chip/FPGA design},
269            url = {https://github.com/open-sdr/openwifi},
270            year = {2019},
271}
272```
273