summaryrefslogtreecommitdiff
path: root/recipes-navigation/gpsd/gpsd/gpsd-default
blob: 5c59791823a2e6d5dc5c23605322004e3ce7d9bf (plain)
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
ENABLED="yes"
#GPSD_SOCKET="/var/run/gpsd.sock"
GPSD_SOCKET=""
GPSD_OPTIONS="-n -D 1" 

# Conduit 0.1 GPS devices
GPS_LINE=/dev/gps0
GPS_PPS=/dev/pps0

# Highest speed permitted by uBlox.
GPS_BAUD=115200

# Use this if you must use a specific pps
# that does not exist prior to gpsd running.
# GPS_DEVICES="/dev/gps1 /dev/pps1"

GPS_FIXFILE=/var/run/gpsfix

# GPSD/UBlox Lock requiremnt
# Create GPS_FIXFILE when reached.
# UBlox NAV SOL (0x01 0x06) at gpsFix value
# and above
# 00 No Fix
# 01 Dead reckoning only
# 02 2D fix
# 03 3D fix
# 04 GPS + dead reckoning combined
# 05 Time only fix
GPSFIX="03 05"