Skip to content

Commit 7cd1731

Browse files
author
oh2mqk
committed
Put the "#telem-to-is true" samples on <interface> blocks.
1 parent 333b293 commit 7cd1731

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

aprx-complex.conf.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ aprxlog @VARLOG@/aprx.log
164164
# ax25-device $mycall
165165
# tx-ok true # There be transmitter there!
166166
# #alias RELAY,WIDE,TRACE
167+
# #telem-to-is true # set to 'false' to disable
167168
#</interface>
168169

169170
# The radio serial option. Parameters are:
@@ -183,6 +184,7 @@ aprxlog @VARLOG@/aprx.log
183184
# serial-device /dev/ttyUSB0 19200 8n1 KISS
184185
# #alias RELAY,WIDE,TRACE
185186
# callsign N0CALL-14
187+
# #telem-to-is true # set to 'false' to disable
186188
#</interface>
187189

188190
### KISS mode example with multiple sub-interfaces via TNCID multiplexing
@@ -193,23 +195,27 @@ aprxlog @VARLOG@/aprx.log
193195
# <kiss-subif 0>
194196
# callsign N0CALL-14
195197
# tx-ok true
198+
# #telem-to-is true # set to 'false' to disable
196199
# </kiss-subif>
197200
# ## kiss-subif 3 == KISS TNCID 3
198201
# <kiss-subif 3>
199202
# callsign N0CALL-15
200203
# tx-ok false
204+
# #telem-to-is true # set to 'false' to disable
201205
# </kiss-subif>
202206
#</interface>
203207

204208
#<interface>
205209
# serial-device /dev/ttyUSB1 19200 8n1 TNC2
206210
# callsign N0CALL-13
211+
# #telem-to-is true # set to 'false' to disable
207212
#</interface>
208213

209214
#<interface>
210215
# serial-device /dev/ttyUSB1 19200 8n1 DPRS
211216
# callsign dprsgwcallsign # must define actual callsign
212217
# #tx-ok false # DPRS monitor can not do transmit
218+
# #telem-to-is true # set to 'false' to disable
213219
#</interface>
214220

215221
#
@@ -341,6 +347,15 @@ aprxlog @VARLOG@/aprx.log
341347
# available, though probably should not be used.
342348
# No \-processing is done on read text line.
343349
#
350+
# 'exec' option tells a computer program which returns to stdout _raw_ APRS
351+
# message content without newline. The timefix is
352+
# available, though probably should not be used.
353+
# No \-processing is done on read text line.
354+
# 'timeout' defines number of seconds the exec:ed program has to produce
355+
# a single text line of APRS data + ending newline, until it is
356+
# considered overdue and will be killed + processing moves to next
357+
# beacon item.
358+
#
344359
# The parameter sets can vary:
345360
# a) 'srccall nnn-n dstcall "string" symbol "R&" lat "ddmm.mmN" lon "dddmm.mmE" [comment "any text"]
346361
# b) 'srccall nnn-n dstcall "string" symbol "R&" $myloc [comment "any text"]

aprx-rxigate.conf.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ server rotate.aprs2.net
4242
#server soam.aprs2.net
4343
#server aunz.aprs2.net
4444

45+
#
46+
# Passcode for your callsign
47+
#
48+
passcode -1
49+
4550
</aprsis>
4651

4752
<logging>

aprx.conf.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ aprxlog @VARLOG@/aprx.log
151151
#
152152

153153
#<interface>
154-
# ax25-device $mycall
155-
# #tx-ok false # transmitter enable defaults to false
154+
# ax25-device $mycall
155+
# #tx-ok false # transmitter enable defaults to false
156+
# #telem-to-is true # set to 'false' to disable
156157
#</interface>
157158

158159

@@ -175,18 +176,21 @@ aprxlog @VARLOG@/aprx.log
175176
# serial-device /dev/ttyUSB0 19200 8n1 KISS
176177
# #callsign $mycall # callsign defaults to $mycall
177178
# #tx-ok false # transmitter enable defaults to false
179+
# #telem-to-is true # set to 'false' to disable
178180
#</interface>
179181

180182
#<interface>
181183
# serial-device /dev/ttyUSB1 19200 8n1 TNC2
182184
# #callsign $mycall # callsign defaults to $mycall
183185
# #tx-ok false # TNC2 monitor can not have transmitter
186+
# #telem-to-is true # set to 'false' to disable
184187
#</interface>
185188

186189
#<interface>
187190
# serial-device /dev/ttyUSB1 19200 8n1 DPRS
188191
# callsign dprsgwcallsign # must define actual callsign
189192
# #tx-ok false # DPRS monitor can not do transmit
193+
# #telem-to-is true # set to 'false' to disable
190194
#</interface>
191195

192196

0 commit comments

Comments
 (0)