Replies: 1 comment 3 replies
-
Bash scripts are deprecated because it is hard to implement all WFB functions (TX diversity, mavlink aggregation, proxy and others) in bash.Python is not used on performance-critical path but for glue all together and for configuration management. How WFB configs works:
First is used for production setups (when WFB is in /usr/bin) and second is for development and tests when you run WFB from sources |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am new to wifibroadcast. Upon looking into the bash scripts for RX and the TX standalone, I saw that it was deprecated. I am confused on how I am supposed to use the Python scripts to send data. If I am supposed to run the python files to send and receive data, where do I configure the RX and TX ports (because there is a local.cfg and then there is a wifibroadcast.cfg in /etc/).
This is all pretty confusing to me. My use case for wifibroadcast is to send telemetry only, (not video yet) between two android phones that are connected to two laptops. I have already established the tethering. Now all I have to do is set up bidirectional data streaming.
Beta Was this translation helpful? Give feedback.
All reactions