Skip to content

Commit

Permalink
Reword part about master endpoint
Browse files Browse the repository at this point in the history
We don't really have a concept of master like mavproxy does.
  • Loading branch information
lucasdemarchi committed Sep 11, 2018
1 parent 46a89b9 commit 74c0593
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,11 @@

Route mavlink packets between endpoints.

There's one "master" endpoint that should be the flight stack (either on UART or UDP)
and other components that can be on UDP or TCP endpoints.
The usual configuration is to have one "master" endpoint that is the flight
stack (either on UART or UDP) and other components that can be on UDP or TCP
endpoints. This is not strictly required and other configurations are possible:
mavlink-router mainly routes mavlink packets from on endpoint without
differentiating what they are.

TCP endpoints are added automatically if the TCP server is enabled, allowing clients
to simply connect to mavlink-router without changing its configuration.
Expand Down

0 comments on commit 74c0593

Please sign in to comment.