-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtardgps.cfg
33 lines (29 loc) · 1.2 KB
/
tardgps.cfg
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
[gpsd]
# Configuraation for the GPSd daemon on the computer
host = 127.0.0.1
port = 2947
protocol = json
[location]
# The Location information for the transmission. Use decimal lat and long and metres for the altitude
latitude = -41.290463333
longitiude = 174.775350000
altitude = -15
[time]
# The time which is being targetted. YYYY-MM-DD HH:MM:SS
target = 2016-09-26 22:15:00
# The number of seconds to step backwards per backwards step
step = 500
# If when reach the target time keep repeating that time (True) or reach that time once and then just let time run forward (False)
groundhog = True
# The stablisiation time (seconds) how long after getting a GPS fix to wiat for NTP to stabilise before making the next backwards step
stabilise_time = 120
# What is the window in seconds for how close want current gps time to be to the current iteration's rolling time
window = 30
# Don't wait for GPS fix on start. For when in Faraday cage and won't have outside GPS sync
dont_wait_for_gps_fix_on_start = True
[data]
# The path to the brdc file
brdc = /home/user/bladeGPS-keith/brdc1700.16n
[blade]
# The path to the bladegps binary (https://github.com/osqzss/bladeGPS)
bladegps_path = /home/user/bladeGPS-keith/bladegps