blob: 7dda70d2501c22d786a2d9e083f2241e110199ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.conf,v 1.3 2006/11/05 02:47:38 nerdboy Exp $
# Config file for gpsd server
# ATTENTION: most of the configuration is done in the kernel device
# setup for USB/Serial, Garmin, or other.
# Set GPS_DEV to the device to be used by the gpsd server.
# This device must have the group tty and be writable (see
# the udev rule in the docs).
# This example is for a Deluo GPS Serial/USB converter dongle, really
# a pl2303 chip - CONFIG_USB_SERIAL_PL2303 in modern 2.6 kernels.
# The udev rule provides the symlink below to /dev/tts/USB0
# The second one is just a normal serial port...
#GPS_DEV="/dev/ttyUSB0"
#GPS_DEV="/dev/ttyS0
GPSD_OPTS="-P /var/run/gpsd.pid -f GPS0 -F /var/run/gpsd.sock"
|