source: freewrt/package/gpsd/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 798 bytes
Line 
1config BR2_PACKAGE_GPSD
2 prompt "gpsd.............................. An interface daemon for GPS receivers"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPTHREAD
6 select BR2_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.