-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tx Support #24
Comments
I also build this https://github.com/imagemlt/fpvue_android which will open udp 14551 port on localhost and you can directly send mavlink data through this port. I'm new to android developing so i just opened a local udp port. |
Good day |
Thanks, I'll later refactor my code ,and make contribution to https://github.com/OpenIPC/devourer repository after well tested. |
Thank you very much sir. |
Hi @imagemlt, Thank you very much for opening the issue and for your initial implementation! I really appreciate the effort, and having this functionality is incredibly valuable! |
As a side note for future consideration, transforming the original kernel driver into a shared library to replace Devourer could prove highly beneficial. By implementing an abstraction layer over USB communication, it would significantly simplify the process of adding support for new adapters in Android applications, representing a substantial improvement for the project! |
Hello I recently modified source code of userspace driver (devourer)and enabled sending packet,thus we can make bidirectional mavlink telemetry. see gehee/devourer@master...imagemlt:DualDevourer:android_compat for my modifications. Based on this I also build a termux version of wfb_tx https://github.com/imagemlt/wfb-ng-termux. Feel free to contact me if you want to add bidirectional mavlink telemetry to pixelpilot.
The text was updated successfully, but these errors were encountered: