Skip to content

Commit

Permalink
dummy to fix detached head in subm
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 authored Jan 5, 2024
1 parent f480c27 commit cb7d43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ needs to support active and passive monitor mode (listening & injecting packets)

### Pre unify tx / rx
The design principle of running multiple instances of an application (e.g. wifibroadcast tx / rx)
has a couple of disadvantages.
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.
Expand Down

0 comments on commit cb7d43f

Please sign in to comment.