Skip to content
Snippets Groups Projects
gnss-share.conf 415 B
# Socket to sent NMEA location to
socket="/var/run/gnss-share.sock"
# Group to set as owner for the socket
group="geoclue"

# GPS device driver to use
# Supported values: stm, stm_serial, mm
device_driver="stm"

# Path to GPS device to use
device_path="/dev/gnss0"

# Baud rate for GPS serial device
device_baud_rate=9600

# Directory to load/store almanac and ephemeris data
agps_directory="/var/cache/gnss-share"