Standard Node vs Remote Base: Difference between revisions
Jump to navigation
Jump to search
imported>N8THN m added content |
No edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Warning|adv-topics/remotebase}} | |||
=== Specifying a Standard Node and a Remote Base Node in rpt.conf === | === Specifying a Standard Node and a Remote Base Node in rpt.conf === | ||
In the '''nodes stanza''', a remote base node is denoted when it is suffixed with a y option: | In the '''nodes stanza''', a remote base node is denoted when it is suffixed with a y option: | ||
[nodes] | [nodes] | ||
1234 = radio@127.0.0.1/1234 | 1234 = radio@127.0.0.1/1234,y ; y or yes = Remote base node | ||
5678 = radio@127.0.0.1/5678,NONE ; Standard node | 5678 = radio@127.0.0.1/5678,NONE ; no or none = Standard node | ||
In the above example node 1234 is a remote base node, and node 5678 is a standard node. | In the above example node 1234 is a remote base node, and node 5678 is a standard node. | ||
Important note: | |||
Once designated as a remote base, it will only allow one connection for use and command and control | |||
[[Category:How to]] | [[Category:How to]] | ||
Latest revision as of 15:02, 20 April 2025
Specifying a Standard Node and a Remote Base Node in rpt.conf
In the nodes stanza, a remote base node is denoted when it is suffixed with a y option:
[nodes] 1234 = radio@127.0.0.1/1234,y ; y or yes = Remote base node 5678 = radio@127.0.0.1/5678,NONE ; no or none = Standard node
In the above example node 1234 is a remote base node, and node 5678 is a standard node.
Important note: Once designated as a remote base, it will only allow one connection for use and command and control