File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ Glossary
3434 TCP
3535 **Transmission Control Protocol **
3636
37- TURN
38- **Traversal Using Relays around NAT **
39- A TURN server is a network element that supports a common point of redirection of messages.
40- It redirect messages between N nodes connected to it.
41- This is a very common technique in order to traverse a NAT or an unreachable network.
42-
4337 UDP
4438 **User Datagram Protocol **
4539
Original file line number Diff line number Diff line change 66Repeater Example
77################
88
9- A |ddsrouter | could work as a :term: ` TURN ` **Repeater ** to forward messages by the same Participant.
9+ A |ddsrouter | could work as a **Repeater ** to forward messages by the same Participant.
1010If you are interested in understanding the use case of a Repeater please refer to the following
1111section :ref: `use_case_repeater `.
1212
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This release includes the following **major features**:
1010
1111This release includes the following **features **:
1212
13- * New :ref: `Repeater behaviour <use_case_repeater >`, a new configuration to create :term: ` TURN ` servers.
13+ * New :ref: `Repeater behaviour <use_case_repeater >`, a new configuration to create Repeater servers.
1414* Add RPC support (compatibility with *ROS 2 * services).
1515* Timeout argument ``--timeout `` to close the application after the time set has passed.
1616 Check section :ref: `user_manual_user_interface_timeout_argument ` for more information.
Original file line number Diff line number Diff line change 66Repeater DDS Router
77###################
88
9- A |ddsrouter | could work as a :term: ` TURN ` **Repeater **.
9+ A |ddsrouter | could work as a **Repeater ** Server .
1010This means that a |ddsrouter | can be used to repeat messages between networks.
1111
1212Use case
1313========
1414
15- The use of a :term: ` TURN ` Server is very useful in the following scenarios:
15+ The use of a Repeater Server is very useful in the following scenarios:
1616
1717- **NAT Traversal **: If the edge devices are under different NATs, they cannot access each other if no
1818 ports are opened in their respective internet access points.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ be located by other remote Participants):
5252Repeater
5353--------
5454
55- This Participant allows a tag ``repeater `` to be used as a :term: ` TURN ` server.
55+ This Participant allows a tag ``repeater `` to be used as a Repeater server.
5656Please refer to section :ref: `use_case_repeater ` for more information.
5757
5858WAN Configuration
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Notice that not setting such QoS will not affect the correct functionality of th
7777 Repeater
7878--------
7979
80- This Participant allows a tag ``repeater `` to be used as a :term: ` TURN ` server.
80+ This Participant allows a tag ``repeater `` to be used as a Repeater server.
8181Please refer to section :ref: `use_case_repeater ` for more information.
8282
8383Configuration Example
You can’t perform that action at this time.
0 commit comments