source: freewrt/package/gpsd/Config.in@ e8fef11

freewrt_1_0 freewrt_2_0
Last change on this file since e8fef11 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 785 bytes
Line 
1config FWRT_PACKAGE_GPSD
2 prompt "gpsd.............................. An interface daemon for GPS receivers"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBPTHREAD
6 select FWRT_PACKAGE_UCLIBCXX
7 help
8 gpsd is a monitor daemon that watches a TCP/IP port (2947 by default),
9 waiting for applications to request information from GPSes or
10 differential-GPS radios attached to the host machine. Each GPS or
11 radio is expected to be direct-connected to the host via a USB or
12 RS232C serial port. The port may be specified to gpsd at startup, or
13 it may be set via a command shipped down a local control socket (e.g.
14 by a USB hotplug script). Given a GPS device by either means, gpsd
15 discovers the correct port speed and protocol for it.
16
17 http://gpsd.berlios.de/
18
Note: See TracBrowser for help on using the repository browser.