-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmqtt-aprs.cfg.example
More file actions
42 lines (35 loc) · 1.15 KB
/
Copy pathmqtt-aprs.cfg.example
File metadata and controls
42 lines (35 loc) · 1.15 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
[global]
; Logging
DEBUG = False
; Logs are always sent to stderr/journal. When LOGFILE is set they are also
; written to that file.
LOGFILE = /var/log/mqtt-aprs.log
; MQTT broker connection
MQTT_HOST = 10.0.0.1
MQTT_PORT = 1883
MQTT_SUBTOPIC = aprs
MQTT_USERNAME =
MQTT_PASSWORD =
; Optional MQTT-to-APRS transmit path.
; When enabled, publish a raw APRS frame or JSON like
; {"packet": "N0CALL>APRS,TCPIP*:>status text"}
; to MQTT_TX_TOPIC. A verified APRS passcode is required.
MQTT_TX_ENABLE = False
MQTT_TX_TOPIC =
; Local reference position used for distance calculations.
; Leave coordinates blank to disable distance publishing.
APRS_LATITUDE =
APRS_LONGITUDE =
; APRS-IS connection and login.
APRS_CALLSIGN = N0CALL
; Use -1 for receive-only mode. A valid passcode is required for transmit.
APRS_PASSWORD = -1
APRS_HOST = rotate.aprs.net
APRS_PORT = 14580
APRS_FILTER =
; When True, publish parsed fields under RF/<MQTT_SUBTOPIC>/<CALLSIGN>/...
; When False, publish only the raw packet to RF/<MQTT_SUBTOPIC>.
APRS_PROCESS = True
; True keeps output values in metric units.
; False converts distance, speed, and altitude to imperial units.
METRICUNITS = False