Skip to content

Releases: svpcom/wfb-ng

Release 19.01

20 Jan 12:36
wifibroadcast-19.01
Compare
Choose a tag to compare
  1. Peer definition format in config files was changed:
    [gs_mavlink]
    peer = 'connect://127.0.0.1:14550'  # outgoing connection
    # peer = 'listen://0.0.0.0:14550'   # incoming connection
    
    [gs_video]
    peer = 'connect://127.0.0.1:5600'  # outgoing connection for
                                       # video sink (QGroundControl on GS)
    
    [drone_mavlink]
    peer = 'listen://0.0.0.0:14550'   # incoming connection
    # peer = 'connect://127.0.0.1:14550'  # outgoing connection
    
    [drone_video]
    peer = 'listen://0.0.0.0:5600'  # listen for video stream (gstreamer on drone)
    
  2. Wifi card setup was moved to python code from shell script

Release 18.12.1

23 Dec 12:31
wifibroadcast-18.12.1
Compare
Choose a tag to compare

Set BW, GI, STBC and MCS index in runtime for each stream separately.

To install binary package to Raspberry PI:

sudo apt-get install python-future python-pkg-resources python-twisted
sudo tar xzvf wifibroadcast-18.12.23.44645.linux-raspberrypi.tar.gz -C /
sudo mv /usr/lib/python2.7/site-packages/* /usr/lib/python2.7/dist-packages/

Release 18.12

17 Dec 15:57
wifibroadcast-18.12
Compare
Choose a tag to compare

Release Notes:

  • Bidirectional mavlink telemetry. You can use it for mavlink up/down and video down link.
  • Automatic TX diversity (select TX card based on RX RSSI)
  • Removed mavlink mode from wfb_tx binary (moved to the python side).
  • Add tgz, rpm and deb binary package generation

Release 18.10

16 Oct 11:24
wifibroadcast-18.10
Compare
Choose a tag to compare

Release Notes:

  • Added WFB telemetry monitor (Python/Twisted required)
  • WFB RSSI as RADIO_STATUS mavlink messages injected to telemetry stream
  • Moved to monotonic clock for timeouts
  • Add kernel patches for NanoPI NEO2 board
  • Bug fixes

Release 17.10.1

20 Oct 12:32
wifibroadcast-17.10.1
Compare
Choose a tag to compare

Fix possible nonce reuse
Added binaries for Raspberry PI

Release 17.10

20 Oct 12:33
wifibroadcast-17.10
Compare
Choose a tag to compare
Release 17.10 Pre-release
Pre-release

Changelog:

  • Simplify aggregator logic
  • Remove seq field from data packets (can be evaluated from nonce field)
  • Add compatibility for different endianess on RX/TX

This release is incompatible from previous versions due to different packet structure.
You need to upgrade both TX an RX.