          MODULE=gpsd
         VERSION=3.27.5
          SOURCE=$MODULE-release-$VERSION.tar.bz2
      SOURCE_URL=https://gitlab.com/gpsd/gpsd/-/archive/release-3.27.5/
      SOURCE_VFY=sha256:5bc91b52bdfb16164a7f1da9a94f38ffa9ec35f27de59e491aff742d40cdbe5c
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-release-$VERSION
        WEB_SITE=https://gpsd.gitlab.io/gpsd/index.html
         ENTERED=20070609
         UPDATED=20260506
           SHORT="daemon that monitors one or more GPSes"

cat << EOF
gpsd is a service daemon that monitors one or more GPSes attached to a host computer through 
serial or USB ports, making all data on the location/course/velocity of the sensors available
to be queried on TCP port 2947 of the host computer.

With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share
access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that
is substantially easier to parse than the NMEA 0183 emitted by most GPSes. 

The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module
that developers of gpsd-aware applications can use to encapsulate all communication with gpsd.
EOF
