@@ -164,6 +164,7 @@ aprxlog @VARLOG@/aprx.log
164
164
# ax25-device $mycall
165
165
# tx-ok true # There be transmitter there!
166
166
# #alias RELAY,WIDE,TRACE
167
+ # #telem-to-is true # set to 'false' to disable
167
168
#</interface>
168
169
169
170
# The radio serial option. Parameters are:
@@ -183,6 +184,7 @@ aprxlog @VARLOG@/aprx.log
183
184
# serial-device /dev/ttyUSB0 19200 8n1 KISS
184
185
# #alias RELAY,WIDE,TRACE
185
186
# callsign N0CALL-14
187
+ # #telem-to-is true # set to 'false' to disable
186
188
#</interface>
187
189
188
190
### KISS mode example with multiple sub-interfaces via TNCID multiplexing
@@ -193,23 +195,27 @@ aprxlog @VARLOG@/aprx.log
193
195
# <kiss-subif 0>
194
196
# callsign N0CALL-14
195
197
# tx-ok true
198
+ # #telem-to-is true # set to 'false' to disable
196
199
# </kiss-subif>
197
200
# ## kiss-subif 3 == KISS TNCID 3
198
201
# <kiss-subif 3>
199
202
# callsign N0CALL-15
200
203
# tx-ok false
204
+ # #telem-to-is true # set to 'false' to disable
201
205
# </kiss-subif>
202
206
#</interface>
203
207
204
208
#<interface>
205
209
# serial-device /dev/ttyUSB1 19200 8n1 TNC2
206
210
# callsign N0CALL-13
211
+ # #telem-to-is true # set to 'false' to disable
207
212
#</interface>
208
213
209
214
#<interface>
210
215
# serial-device /dev/ttyUSB1 19200 8n1 DPRS
211
216
# callsign dprsgwcallsign # must define actual callsign
212
217
# #tx-ok false # DPRS monitor can not do transmit
218
+ # #telem-to-is true # set to 'false' to disable
213
219
#</interface>
214
220
215
221
#
@@ -341,6 +347,15 @@ aprxlog @VARLOG@/aprx.log
341
347
# available, though probably should not be used.
342
348
# No \-processing is done on read text line.
343
349
#
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
+ #
344
359
# The parameter sets can vary:
345
360
# a) 'srccall nnn-n dstcall "string" symbol "R&" lat "ddmm.mmN" lon "dddmm.mmE" [comment "any text"]
346
361
# b) 'srccall nnn-n dstcall "string" symbol "R&" $myloc [comment "any text"]
0 commit comments