-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreticulum_config
More file actions
59 lines (50 loc) · 1.89 KB
/
reticulum_config
File metadata and controls
59 lines (50 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[reticulum]
enable_transport = True
share_instance = Yes
shared_instance_port = 37428
instance_control_port = 37429
panic_on_interface_error = No
[interfaces]
# ── Local discovery (LAN + localhost) ─────────────────────────────────────────
[[Default Interface]]
type = AutoInterface
enabled = yes
# ── Public TCP hubs ───────────────────────────────────────────────────────────
[[Beleth RNS Hub]]
type = TCPClientInterface
enabled = yes
target_host = rns.beleth.net
target_port = 4242
[[g00n.cloud Hub]]
type = TCPClientInterface
enabled = yes
target_host = dfw.us.g00n.cloud
target_port = 6969
[[RNS Testnet BetweenTheBorders]]
type = TCPClientInterface
enabled = yes
target_host = reticulum.betweentheborders.com
target_port = 4242
# Dublin DNS doesn't resolve — disabled for now
# [[RNS Testnet Dublin]]
# type = TCPClientInterface
# enabled = yes
# target_host = dublin.connect.reticulum.network
# target_port = 4965
# ── RNode LoRa (Heltec V3 / SX1262) ─────────────────────────────────────────
# Region: US 915 MHz
# Serial: /dev/cu.usbserial-0001
[[RNode LoRa]]
type = RNodeInterface
interface_enabled = True
port = /dev/cu.usbserial-0001
speed = 115200
databits = 8
parity = none
stopbits = 1
flow_control = False
frequency = 915000000
bandwidth = 125000
spreadingfactor = 7
codingrate = 5
txpower = 22