Vasily Evseenko
Vasily Evseenko
wfg-ng now have full-mirror proxy (localhost:5760) and you can write standalone program which will subscribes to mavlink messages and do some actions. Also there are `call_on_arm` and `call_on_disarm` hooks. For...
By default wfb_tx support only 11n injection. But you can patch it to allow 11ac (need to add additional flags to radiotap header if mcs_index is 11ac). Pull requests are...
Why do you need additional 'load' and 'save' methods when it already pickle-friendly? ``` .py $ python Python 2.7.14 (default, Mar 14 2018, 13:36:31) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]...
@samowitsch Use "custom fdm printer" profile with geometry settings from UM2
It depends of availablility drivers with injection support. I'm not a Realtek employee and don't have internal docs about these cards
If this drivers supports injections then wfb-ng will work out of box. If not then it requires Realtek internal docks about this chip undocumented features
No, that it is because use have invalid cross-compiler setup. You need to speicify host arch as x86_64 or setup qemu-static to be able to execute arm64 ELFs directly
This errors show that built tools (which running locally during build) compiled by cross-compiler (for arm64) but they need to be compiled by host compiler (for x86). You need to...
If you do native build then don't specify any flags. Just run `make clean; make`
Also no need to change anything in makefile