You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Main features:
6
6
--------------
7
7
-**1:1 map of RTP to IEEE80211 packets for minimum latency** (doesn't serialize to byte stream)
8
8
-**Smart FEC support** (there are many FEC improvements which allow to reduce latency in case of packet loss)
9
+
-**Accelerated FEC** (using SIMD instructions) on amd64, arm32 and arm64 platforms. **5-10x** times faster than pure C version.
9
10
-[Bidirectional mavlink telemetry](https://github.com/svpcom/wfb-ng/wiki/Setup-HOWTO). You can use it for mavlink up/down and video down link.
10
11
-**IPv4 tunnel for generic usage.** You can transmit ordinary ip packets over WFB link. Note, don't use ip tunnel for high-bandwidth transfers like video or mavlink because it has more overhead than raw udp streams.
11
12
-**Automatic TX diversity** (select TX card based on RX RSSI)
0 commit comments