gegps.adoc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. = gegps(1)
  2. :date: 25 February 2021
  3. :keywords: gps, gpsd, gegps
  4. :manmanual: GPSD Documentation
  5. :mansource: GPSD Version {gpsdver}
  6. :robots: index,follow
  7. :sectlinks:
  8. :toc: macro
  9. :type: manpage
  10. :webfonts!:
  11. include::../www/inc-menu.adoc[]
  12. == NAME
  13. gegps - Google Earth client for gpsd
  14. == SYNOPSIS
  15. *gegps* [OPTIONS] [server[:port[:device]]]
  16. *gegps* -h
  17. *gegps* -V
  18. == DESCRIPTION
  19. *gegps* program collects fixes from gpsd and feeds them to a running
  20. instance of Google Earth for live location tracking.
  21. == OPTIONS
  22. *-?*, *-h*, *--help*::
  23. Print a summary of options and then exit.
  24. *-d DIR*, *--kmldir DIR*::
  25. Specify the location of the Google Earth installation directory. If
  26. not specified, it defaults to the current directory.
  27. *-D LVL*, *--debug LVL*::
  28. Sets the debug level; it is primarily for use by GPSD developers. It
  29. enables various progress messages to standard error.
  30. *--device DEVICE*::
  31. Connect to device DEVICE on gpsd host.
  32. *--host HOST*::
  33. Connect to gpsd on host HOST.
  34. *-i*, *--initialize*::
  35. If you have the free (non-subscription) version, start by running with
  36. the *-i* option to drop a clue in the Google Earth installation
  37. directory, as 'Open_in_Google_Earth_RT_GPS.kml', then open that file
  38. in Places (File > Open...). Run *gegps* in the normal way after that.
  39. *--port PORT*::
  40. Connect to gpsd on port PORT.
  41. *-V*, *--version*::
  42. Print the package version and exit.
  43. *gegps* does not require root privileges, it should be run as the
  44. same user that your Google Earth client is running as.
  45. == ARGUMENTS
  46. By default, clients collect data from the local *gpsd* daemon running
  47. on localhost, using the default GPSD port 2947. The optional argument
  48. to any client may override this behavior: *[server[:port[:device]]]*
  49. For further explanation, and examples, see the *ARGUMENTS* section in
  50. the *gps*(1) man page
  51. == RETURN VALUES
  52. *0*:: on success.
  53. *1*:: on failure
  54. == SEE ALSO
  55. *gpsctl*(1), *gps*(1), *gpsprof*(1), fake*(1), *gpscat*(1),
  56. *gps*gpspipe*(1), *gpsmon*(1), *xgps*(1). *xgpsspeed*(1)
  57. *libgps*(3), *libgpsmm*(3)
  58. *gpsd*(8)
  59. == RESOURCES
  60. *Project web site:* {gpsdweb}
  61. == COPYING
  62. This file is Copyright 2013 by the GPSD project +
  63. SPDX-License-Identifier: BSD-2-clause