Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 authored Aug 11, 2023
1 parent 773e017 commit b1fff16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ needs to support active and passive monitor mode (listening & injecting packets)
[Link implementation](https://github.com/OpenHD/OpenHD/blob/2.3-evo/OpenHD/ohd_interface/inc/wb_link.h#L31)

### Pre unify tx / rx
The design principle of running multiple instances of an application (e.g. wifibroadcast tx / rx)
The design principle of running multiple instances of an application (e.g. wifibroadcast tx / rx)
has a couple of disadvantages.
It makes debugging quite hard (you now have multiple applications for video tx, video rx, and telemetry tx, telemetry rx),
makes threading and sequencing harder and also increases latency on the tx with the udp & rtp approach.
Doing more in c++ and less scripting makes it easy to solve those issues.
However, if you want to use scripting / udp badly, checkout [pre-unify-tx-rx](https://github.com/OpenHD/wifibroadcast/tree/pre-unify-tx-rx)
However, if you want to use scripting / udp badly, checkout [pre-unify-tx-rx](https://github.com/OpenHD/wifibroadcast/tree/pre-unify-tx-rx)

0 comments on commit b1fff16

Please sign in to comment.