forked from trackuino/trackuino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
94 lines (70 loc) · 2.37 KB
/
config.yaml
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
# Config for trackuino-v2 ground station
# See https://github.com/EricAndrechek/trackuino-v2/blob/main/ground-station/readme.md#31-configyml-settings for more info
# Callsign of the ground station
callsign: N0CALL
# SSID of the ground station (0-15)
# http://www.aprs.org/aprs11/SSIDs.txt
ssid: 0
# Symbol table and symbol code for the ground station
# See http://www.aprs.org/symbols.html for more info or
# http://wa8lmf.net/miscinfo/APRS_Symbol_Chart_Rev-H.pdf
symbol table: /
symbol code: (
# comment to send with ground station packets
comment: Trackuino-v2 Ground Station
SERVER:
# server to send packets to
hostname: mqtt.umich-balloons.com
# port to send packets to
port: 1883
# keepalive interval (in seconds)
keepalive: 60
# whether to use TLS
tls: false
# whether to verify TLS certificates
tls verify: true
# whether to use a username and password
auth: false
# username to use for MQTT
username: trackuino-v2
# password to use for MQTT
password: password
APRS IS:
# Whether to connect to send packets to APRS-IS
# https://blog.aprs.fi/2022/03/radiosonde-igates-are-quite-mess-and.html
# aprs.fi doesn't like balloons anymore, so by default this is disabled
enabled: false
# APRS-IS server to connect to
# See http://www.aprs2.net/ for more info
host: rotate.aprs2.net
port: 14580
GPS:
# Whether to use a USB GPS
# If false, the ground station will not send any position update packets
enabled: true
# How often to send ground station position packets (in seconds)
# aprs.fi does not allow 30 seconds or faster
update interval: 10
# Serial port to use for GPS
# If not set, this will attempt to be found automatically
port: ""
# Baud rate to use for GPS
baud: 4800
RTL SDR:
# Whether to use an RTL-SDR
# If false, the ground station will not receive any packets
enabled: true
# Frequency to tune to (in Hz)
# 144.390 MHz is the APRS frequency in the US
# Value can be specified as an integer (89100000), a float (89.1e6) or as a metric suffix (89.1M)
frequency: 144.390M
# Sample rate to use (in Hz)
# 22050 Hz is the minimum sample rate for the RTL-SDR
sample rate: 22050
# Gain to use (leave blank for automatic gain)
gain:
# PPM correction to use
ppm: 0
# Enable option (default: offset)
# See https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr#rtl_fm for more info
enable option: offset