-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaprs_status.conf
More file actions
117 lines (117 loc) · 3.58 KB
/
aprs_status.conf
File metadata and controls
117 lines (117 loc) · 3.58 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
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
#-----------------------------------------------------------------------
# filename: irlp_aprs_status.conf
#
# description: Configuration file for irlp_aprs_status
# See README_aprs for more details
#
# Rev 2.5 05Jul05 ZL1AMW Original Release
# Rev 2.6 11Sep05 KC6HUR Added "BUSY" state; changed default
# overlay characters an default mode.
# Rev 2.7 14May06 KC6HUR Simplified the .conf file in an attempt
# have consistant APRS records generated.
# Rev 2.8 06Jan13 KL3NO Made changes suggested by VE7GDH.
# http://groups.yahoo.com/group/irlp-embedded/message/883
#
#-----------------------------------------------------------------------
#
# Set your LATITUDE in DDMM.mmN/S
# DD = Degrees (34 degrees)
# MM.mm = Minutes (19.32 minutes)
# N/S = Hemisphere (North)
# - note: two decimal places only!
# example: export LAT=3419.32N
#
export LAT=
#
# Set your LONGITUDE in DDDMM.mmE/W
# DDD = Degrees (118 degrees)
# MM.mm = Minutes (26.52 minutes)
# E/W = Hemisphere (West)
# - note: two decimal places only!
# example: export LONG=11826.52W
#
export LONG=
#
# Set your node's frequency in MHz
# eample: export FREQ=440.220
#
export FREQ=
#
# Set the PL (CTCSS) tone used on your node
# example: export PL=110.9
#
export PL=
#
# Set the repeater offset (+/- blank=simplex)
#
export OFFSET=
#
# APRS Callsign
# This is the call that the APRS object is to be
# sent from. Typically the node callsign, with a
# high SSID number. example: export APRS_CALL=KC6HUR-13
#
# Node Range
# Set the approx range in K (km) or M (miles) of the node.
# Example 35K.
#
export NODE_RANGE=
#
export APRS_CALL=
#
# APRS Pass/Validation number
# - Without a validation number, the beacons will not
# be accepted by the APRS Tier 2 server system.
# - This must match the APRS callsign. To obtain a validation
# number for your node callsign, use the aprspass program that
# is included with the distribution of irlp_aprs_status.
# - You cannot run the system without vailidation number. The new
# APRS Tier 2 system requires this validation number.
# Use the aprspass program generate your APRS_PASS number.
# example: export APRS_PASS=23483
#
export APRS_PASS=
#
# APRSD server address
# Uncomment the server for your region.
# See http://www.aprs2.net/ for more info.
#
# North America - Alaska, Canada, lower 48 states, Mexico.
# export APRS_SERVER=noam.aprs2.net
# Europe and Africa
# export APRS_SERVER=euro.aprs2.net
# Asia and Indonesia
# export APRS_SERVER=asia.aprs2.net
# South America
# export APRS_SERVER=soam.aprs2.net
# Australia and New Zealand
# export APRS_SERVER=aunz.aprs2.net
# Old default
# export APRS_SERVER=rotate.aprs2.net
# export APRS_SERVER=209.160.51.211
#
export APRS_SERVER=
#
# Port to use on APRS server
# NOTE: Should not be necessary to change this.
#
export APRS_PORT=14580
#
# --------------------------------------------------------------
# NOTICE: It is highly recommended that you leave the default
# VERBOSE=false. Using the long form of the status will
# violate the maximum size of the APRS Object Report
# --------------------------------------------------------------
# - if false (must be lower case) then the beacon is
# shortened in length (less verbose) so it displays better
# on a 20 character most mobile displays
# - Otherwise, set this to true (also lowercase)
#
export VERBOSE=false
#
# Display EchoLink Callsign or Node Number
# - Set to true to display EchoLink callsigns
# - Set to false to display EchoLink Node numbers
#
export USE_CALLSIGN=true
#