-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.ini.example
More file actions
81 lines (75 loc) · 1.68 KB
/
config.ini.example
File metadata and controls
81 lines (75 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[webhost]
# Websocket and http port to access the app remotly
port = 8765
[interkiss]
type = tcpkiss
serial_port = COM1
host = 127.0.0.1
port = 8101
[intertnc]
type = wa8ded
serial_port = COM8
serial_baud = 9600
[radio]
# Packet Radio Config
beacon_time = 15
beacon_text = Sysop Jara, Mussel GRN NLD EU, JO32mw49 PythonPacket v1.1Beta
mycall = NL0MSK
sysop = Jara
latitude = 52.9561
longitude = 7.0375
# Weather beacon, see wiki on how to set up with a weather station that can send data this needs a webserver tough!
weatherbeacon = True
weatherjson = http://192.168.178.228/data/report/raw.json
[meshtastic]
plugin_enable = True
# use tcp or serial
interface = tcp
# Your lora meshtastic IP
host = 192.168.178.155
# Your lora meshtastic comport
serial_port = COM1
# The Channel to relay, 0 for main or any other you have set as private. -1 for all
relay_chan = -1
[aprs]
#APRS is as of yet not yet implemented
plugin_enable = False
host = cbaprs.at
port = 27235
login = NOCALL
pass = 12960
[tncinit]
# Get information (host mode)
1 = G 0
# Connect path CQ
2 = C CQ
# Maximum connections (default 4, max 8)
3 = Y 8
# Unattended mode disabled
4 = U 0
# Disable stamp
5 = K 0
# Set Date
6 = K YY/MM/DD
# Set Time
7 = K HH:MM:SS
# Callsign validation disabled
8 = @V 0
# Number of outstanding I frames (default 4)
9 = O 3
# P-persistence value (default 64)
10 = P 62
# Transmitter delay in ms (default 30)
11 = T 62
# Slot time interval in ms (default 10)
12 = W 10
# Repeater mode enabled
13 = R 1
# Monitor Mode (default IU)
14 = M UISC+
# Transmitter PTT enabled
15 = X 1
# Number of re tries (default 10)
16 = N 6
# Source Callsign (default: N0CALL) Place holder for tnc config, we use radio > mycall
17 = I NOCALL