Skip to content

Releases: open-sdr/openwifi

release notter (1.4.0)

28 Jan 21:53
42e8e67
Compare
Choose a tag to compare

openwifi 42e8e67
openwifi-hw open-sdr/openwifi-hw@af0bc1a
openofdm open-sdr/openofdm@19acdbe
openwifi-hw-img open-sdr/openwifi-hw-img@b6b3600

release wilsele (1.3.1)

16 May 13:09
e41746c
Compare
Choose a tag to compare

openwifi-hw:
open-sdr/openwifi-hw@73c2e18
openofdm_rx:
open-sdr/openofdm@064bbe4

  1. Conditional compiling framework. Please read openwifi and openwifi-hw README
  2. Driver and FPGA dynamic reloading

release wilsele

01 Apr 12:43
0e84893
Compare
Choose a tag to compare

It includes lots of essential improvements (but not limited to):

  • AMPDU (Aggregated MAC PDU)
  • Achieve self-interference free in OTA test while achieving fast TDD turnaround time (0.6us)
  • Essential improvements on RF, baseband/FPGA and driver. iperf: TCP 40~50Mbps; UDP 50Mbps (best case AMPDU on); EVM -39dB; MCS0 sensitivity -85dBm (no external LNA); MCS7 -73dBm. (Both conducted/cable and radiated/OTA test)
  • More app notes about: CSI radar; Packet, IQ sample and CSI self-loopback test; CSMA and arbitrary frequency/channel setting; FPGA and driver event/packet statistics; and more.

FPGA resource and timing report:
20220330084857-pre-release-report.zip

release leuven

18 Dec 09:25
fbcc0b4
Compare
Choose a tag to compare

version:1.2.0
code name: leuven

Highlight:

  1. App notes are added to the project on many specific topics
  2. Three external contributors are acquired

New features:

  1. 802.11n (WiFi 4)
  2. Arbitrary 802.11 packet injection from user space
  3. CSI (Channel State Information, freq offset, equalizer to computer)
  4. IQ capture (single/dual antenna, real-time AGC, RSSI, IQ sample to computer)

Improvements/fixes:

  1. Increase the number of TX queue in FPGA from 2 to 4
  2. New FPGA ARM interaction mechanism to avoid crash
  3. PHY rx performance optimization (channel estimation, frequency offset, etc)
  4. Improve low MAC to align with the standard better

release taiyuan

05 Mar 10:19
Compare
Choose a tag to compare

version:1.1.0
code name: taiyuan

  1. Extend to low end zynq 7020 FPGA which is used by Zed board, zc702 board and adrv9364z7020 SoM. In total 6 platforms are supported:

    1. zc706_fmcs2 (Xilinx ZC706 dev board + FMCOMMS2/3/4)
    2. adrv9361z7035 (ADRV9361Z7035 SOM + ADRV1CRR-BOB carrier board)
    3. adrv9361z7035_fmc (ADRV9361Z7035 SOM + ADRV1CRR-FMC carrier board)
    4. zed_fmcs2 (Xilinx zed board + FMCOMMS2/3/4)
    5. adrv9364z7020 (ADRV9364Z7020 SOM + ADRV1CRR-BOB carrier board)
    6. zc702_fmcs2 (Xilinx ZC702 dev board + FMCOMMS2/3/4)
  2. A guide for users porting openwifi to a new platform is offered in README.

  3. Logic optimization/reduction. Zed: 19k LUT, 76.5 BRAM, 121 DSP; Zc706: 21k LUT, 73.5 BRAM, 98 DSP.

    1. Remove unnecessary modules.
    2. Openofdm_tx core consumes less clock cycles than before when generating I/Q samples, so that the whole design can run at 100MHz when low speed grade FPGA (7020, -1) is used. 7035 -2/-2L and above is still using a 200MHz clock.
    3. Use FIR in ad9361, so that FIR can be removed from FPGA.
  4. Easier operation. Use scripts to group lots of commands. Now routine development updates of the driver, FPGA and Linux image becomes much easier than before.

  5. Optimize the Linux image. Now it can work out-of-box for 6 platforms after the user copies correct BOOT.BIN and devicetree.dtb from the corresponding subdirectory to the base directory of BOOT partition (Like the operation needed for Analog Device image). This is achieved by solving the issue of Linux remembering Ethernet MAC address after running -- this prevents the Linux SD card image use eth0 as NIC name when the SD card is used in a new board (same type and configuration for the new board).

  6. Fix the monitor mode bug by solving the potential memory access across boundary in rx interrupt. Thanks to https://github.com/bd467913 for reporting the monitor mode crash issue.

  7. Give the patch to wpa_supplicant for the case when using wpa_supplicant over commercial Wi-Fi card to connect openwifi AP. Because openwifi doesn’t support 11b.

  8. Add the tsf set command to sdrctl tool. Now users can set the TSF (Time Synchronization Function) timer in FPGA with a single sdrctl command. Before this, two successive sdrctl commands have to be used.

release ghent

18 Dec 07:25
836d8a8
Compare
Choose a tag to compare

Since the first commit, there is only some README change. No code change. So we mark this status as the 1st release:

version:1.0.0
code name: ghent