-
Notifications
You must be signed in to change notification settings - Fork 7
/
MMDVM.ini
162 lines (147 loc) · 2.44 KB
/
MMDVM.ini
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[General]
Callsign=N0CALL
Id=876543210
Timeout=180
Duplex=1
# ModeHang=10
RFModeHang=10
NetModeHang=3
[Info]
RXFrequency=435000000
TXFrequency=435000000
Power=1
Latitude=0.0
Longitude=0.0
Height=0
Location=Somewhere
Description=DMR Repeater
URL=www.example.com
[Log]
# Logging levels, 0=No logging, 1=Debug, 2=Message, 3=Info, 4=Warning, 5=Error, 6=Fatal
SyslogLevel=1
DisplayLevel=1
FileLevel=0
FilePath=/var/log/DMRHost
FileRoot=DMRHost
FileRotate=1
[CW Id]
Enable=1
Time=10
# Callsign=
[DMR Id Lookup]
File=/path/to/DMRIds.dat
Time=24
[Modem]
# Port=/dev/ttyACM0
Port=/dev/ttyAMA0
Protocol=uart
# Address=0x22
TXInvert=1
RXInvert=0
PTTInvert=0
TXDelay=100
RXOffset=0
TXOffset=0
DMRDelay=0
RXLevel=50
TXLevel=50
RXDCOffset=0
TXDCOffset=0
RFLevel=100
# CWIdTXLevel=50
# DMRTXLevel=50
# POCSAGTXLevel=50
RSSIMappingFile=/path/to/RSSI.dat
Trace=0
Debug=0
[Transparent Data]
Enable=0
RemoteAddress=127.0.0.1
RemotePort=40094
LocalAddress=127.0.0.1
LocalPort=40095
SendFrameType=1
[DMR]
Enable=1
Beacons=0
BeaconDuration=3
ColorCode=1
# selfonly 1=allows own id only, 0=public
SelfOnly=1
EmbeddedLCOnly=0
DumpTAData=1
# Prefixes=234,235
# WhiteList=1234567,1234568
# BlackList=1234567,1234568
# Slot1TGWhiteList=
# Slot2TGWhiteList=
CallHang=3
TXHang=4
# ModeHang=10
# OVCM Values, 0=off, 1=rx_on, 2=tx_on, 3=both_on, 4=force off
# OVCM=0
[POCSAG]
Enable=0
Frequency=439987500
[DMR Network]
Enable=1
Address=192.168.12.34
Port=62031
Password=PASSWORD
# Options=
Slot1=1
Slot2=1
# ModeHang=3
Debug=0
[POCSAG Network]
Enable=0
LocalAddress=127.0.0.1
LocalPort=3800
GatewayAddress=127.0.0.1
GatewayPort=4800
# ModeHang=3
Debug=0
[Display]
Enable=0
# DMRHost connects to Displayserver at Address:Port
Address=127.0.0.1
Port=62001
# DisplayServer listens on ListenAddress:ListenPort
ListenAddress=127.0.0.1
ListenPort=62001
# DisplayType can be TFT Surenoo, Nextion, LCDproc, OLED
# Nextion via Port=modem requires Transparent Data enabled and SendFrameType set to 1
DisplayType=OLED
# Logging levels, 0=No logging, 1=Debug, 2=Message, 3=Info, 4=Warning, 5=Error, 6=Fatal
LogLevel=1
# enable logging to syslog
Syslog=1
Debug=0
Trace=0
[TFT Serial]
# Port=modem
Port=/dev/ttyAMA0
Brightness=50
[Nextion]
# Port=modem
Port=/dev/ttyAMA0
Brightness=50
DisplayClock=1
UTC=0
#Screen Layout: 0=G4KLX 2=ON7LDS
ScreenLayout=2
IdleBrightness=20
[OLED]
Type=3
Brightness=0
Invert=0
Scroll=1
Rotate=0
LogoScreensaver=1
[LCDproc]
Address=localhost
Port=13666
#LocalPort=13667
DimOnIdle=0
DisplayClock=1
UTC=0