Update README.md: Grammar (#398)
Some checks failed
WFB-ng package builder for debian / build_and_test (amd64.amd64, 11) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (amd64.amd64, 12) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (arm64.arm64v8, 11) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (arm64.arm64v8, 12) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (armhf.arm32v7, 11) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (armhf.arm32v7, 12) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (mips64le.mips64le, 11) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (mips64le.mips64le, 12) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (ppc64le.ppc64le, 11) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (ppc64le.ppc64le, 12) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (s390x.s390x, 11) (push) Failing after 4s
WFB-ng package builder for debian / build_and_test (s390x.s390x, 12) (push) Failing after 4s
WFB-ng package builder for RPI and NanoPI / build_and_test (2023-02-21-raspios-bullseye-arm64-lite) (push) Failing after 4s
WFB-ng package builder for RPI and NanoPI / build_and_test (2023-02-21-raspios-bullseye-armhf-lite) (push) Failing after 4s
WFB-ng package builder for RPI and NanoPI / build_and_test (armbian_23.02.1_nanopineo2_jammy_current_5.15.93) (push) Failing after 4s
WFB-ng package builder for RPI and NanoPI / build_and_test (armbian_23.02.2_nanopineo_jammy_current_5.15.93) (push) Failing after 4s
WFB-ng package builder for ubuntu / build_and_test (amd64.amd64, 20.04) (push) Failing after 4s
WFB-ng package builder for ubuntu / build_and_test (amd64.amd64, 22.04) (push) Failing after 4s
WFB-ng package builder for ubuntu / build_and_test (amd64.amd64, 24.04) (push) Failing after 5s
WFB-ng package builder for ubuntu / build_and_test (arm64.arm64v8, 20.04) (push) Failing after 4s
WFB-ng package builder for ubuntu / build_and_test (arm64.arm64v8, 22.04) (push) Failing after 54s
WFB-ng package builder for ubuntu / build_and_test (armhf.arm32v7, 24.04) (push) Failing after 43s
WFB-ng package builder for ubuntu / build_and_test (arm64.arm64v8, 24.04) (push) Failing after 2m14s
WFB-ng package builder for ubuntu / build_and_test (armhf.arm32v7, 20.04) (push) Failing after 2m14s
WFB-ng package builder for ubuntu / build_and_test (armhf.arm32v7, 22.04) (push) Failing after 2m14s
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
kayos 2025-01-20 05:00:01 -08:00 committed by GitHub
parent 8d0a312339
commit 37b071d56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ Main features:
- **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.
- **Automatic TX diversity** (select TX card based on RX RSSI)
- **Stream encryption and authentication** ([libsodium](https://download.libsodium.org/doc/))
- **Distributed operation.** It can gather data from cards on different hosts. So you don't limited to bandwidth of single USB bus.
- **Distributed operation.** It can gather data from cards on different hosts. So you aren't limited to bandwidth of single USB bus.
- **Aggregation of mavlink and tunnel packets.** Doesn't send wifi packet for every mavlink or tunnel packet.
- **Dynamic FEC and radio modulation.** You can change channel capacity/reliability without link interruption.
- **Full channel state logging including mavlink parser.** You can log all telemetry and link state for future offline debug.