An open API service indexing awesome lists of open source software.

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

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
```