chore: enabled rnode
This commit is contained in:
parent
03e7c01959
commit
cd71984793
@ -89,7 +89,7 @@ instance_name = default
|
|||||||
# the network. If this option is enabled, Reticulum will
|
# the network. If this option is enabled, Reticulum will
|
||||||
# collect interface information discovered from the network.
|
# collect interface information discovered from the network.
|
||||||
|
|
||||||
# discover_interfaces = No
|
discover_interfaces = Yes
|
||||||
|
|
||||||
|
|
||||||
# If you only want to discover interfaces from specific
|
# If you only want to discover interfaces from specific
|
||||||
@ -300,10 +300,10 @@ loglevel = 4
|
|||||||
type = RNodeInterface
|
type = RNodeInterface
|
||||||
|
|
||||||
# Enable interface if you want use it!
|
# Enable interface if you want use it!
|
||||||
enabled = no
|
enabled = yes
|
||||||
|
|
||||||
# Serial port for the device
|
# Serial port for the device
|
||||||
port = /dev/ttyUSB0
|
port = /dev/ttyACM0
|
||||||
|
|
||||||
# It is also possible to use BLE devices
|
# It is also possible to use BLE devices
|
||||||
# instead of wired serial ports. The
|
# instead of wired serial ports. The
|
||||||
@ -475,4 +475,17 @@ loglevel = 4
|
|||||||
persistence = 200
|
persistence = 200
|
||||||
slottime = 20
|
slottime = 20
|
||||||
|
|
||||||
|
# Public interfaces
|
||||||
|
[[Sydney_RNS]]
|
||||||
|
type = BackboneInterface
|
||||||
|
enabled = yes
|
||||||
|
remote = sydney.reticulum.au
|
||||||
|
target_port = 4242
|
||||||
|
transport_identity = 9b31caccc75a3e5674b08d70cac14d00
|
||||||
|
|
||||||
|
[[RMAP_WORLD]]
|
||||||
|
type = BackboneInterface
|
||||||
|
enabled = yes
|
||||||
|
remote = rmap.world
|
||||||
|
target_port = 4242
|
||||||
|
transport_identity = 682e34edf6dd0daa867831ebc9b4e204
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user