https://github.com/openipc/devourer
The RTL8812AU driver that simply devours its competitors
https://github.com/openipc/devourer
openipc openipc-fpv rtl8812au
Last synced: 7 months ago
JSON representation
The RTL8812AU driver that simply devours its competitors
- Host: GitHub
- URL: https://github.com/openipc/devourer
- Owner: OpenIPC
- License: gpl-2.0
- Created: 2024-03-08T09:58:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T10:39:10.000Z (8 months ago)
- Last Synced: 2025-07-07T17:41:32.517Z (7 months ago)
- Topics: openipc, openipc-fpv, rtl8812au
- Language: C
- Homepage: https://openipc.org
- Size: 293 KB
- Stars: 21
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devourer
The RTL8812AU driver that simply devours its competitors
## Installing
### Windows
You can download and install libraries using the vcpkg dependency manager:
```
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
.\vcpkg install libusb spdlog
```