Difference between revisions of "Standard Node vs Remote Base"
Jump to navigation
Jump to search
(created page) |
m (added content) Tag: visualeditor |
||
| Line 1: | Line 1: | ||
| + | === 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,NONE,y ; Remote base node | ||
| + | 5678 = radio@127.0.0.1/5678,NONE ; Standard node | ||
| + | In the above example node 1234 is a remote base node, and node 5678 is a standard node. | ||
[[Category:How to]] | [[Category:How to]] | ||
Latest revision as of 14:30, 28 January 2019
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,NONE,y ; Remote base node 5678 = radio@127.0.0.1/5678,NONE ; Standard node
In the above example node 1234 is a remote base node, and node 5678 is a standard node.