summaryrefslogtreecommitdiff
path: root/system/gpsd/README.build
diff options
context:
space:
mode:
Diffstat (limited to 'system/gpsd/README.build')
-rw-r--r--system/gpsd/README.build113
1 files changed, 61 insertions, 52 deletions
diff --git a/system/gpsd/README.build b/system/gpsd/README.build
index 1aeeea6739..77610ecc8f 100644
--- a/system/gpsd/README.build
+++ b/system/gpsd/README.build
@@ -1,64 +1,73 @@
Enabling and disabling devices and features
-------------------------------------------
-Support for various devices and features may be enabled
-and/or disabled by setting the variables ENABLE and DISABLE
-before running gpsd.SlackBuild, for example
+Support for various devices and features may be enabled and/or disabled by
+setting the variables ENABLE and DISABLE before running gpsd.SlackBuild,
+for example
-ENABLE="bluetooth,pps-on-cts" DISABLE=pps ./gpsd.SlackBuild
+ENABLE="fixed_port_speed=9600,timing" DISABLE="bluez,ipv6" ./gpsd.SlackBuild
-Multiple options may be separated by commas (as shown above)
-or by spaces.
+Multiple options may be separated by commas (as shown above) or by spaces.
-The following devices and features may be enabled
-(by default they are disabled).
+The following features may be enabled (by default they are disabled).
+ dbus_export enable DBUS export support
profiling enable profiling support
- pps-on-cts Enable PPS pulse on CTS rather than DCD
- gpsd-user=username
- GPSD privilege revokation user (default 'nobody')
- fixed-port-speed=nnn
- compile with fixed serial port speed
- max-clients=nnn
- compile with limited maximum clients
- max-devices=nnn
- compile with maximum allowed devices
- squelch squelch gpsd_report and gpsd_hexdump to save cpu
- raw enable raw measurement processing
- bluetooth enable experimental Bluetooth support via BlueZ
+ timing enable latency timing support
+ squelch enable gpsd_report/gpsd_hexdump suppression (saves cpu)
+ gpsd_group=groupname
+ set privilege revocation group (default=dialout)
+ gpsd_user=username
+ set privilege revocation user (default=nobody)
+ fixed_port_speed=nnnn
+ set fixed serial port speed
+ fixed_stop_bits=n
+ set fixed serial port stop bits
+ limited_max_clients=n
+ set maximum allowed clients
+ limited_max_devices=n
+ set maximum allowed devices
-The following devices and features may be disabled
-(by default they are enabled).
+The following devices and features may be disabled (by default they are
+enabled).
- dbus disable DBUS support
- nmea disable NMEA support
- oncore disable Motorola OnCore chipset support
- sirf disable SiRF chipset support
- superstar2 disable SuperStarII chipset support
- tsip disable Trimble TSIP support
- fv18 disable San Jose Navigation FV-18 support
- tripmate disable DeLorme TripMate support
- earthmate disable DeLorme EarthMate Zodiac support
- itrax disable iTrax hardware support
- ashtech disable Ashtech support
- navcom disable Navcom support
- garmin disable Garmin kernel driver support
- garmintxt disable Garmin Simple Text support
- tnt disable True North Technologies support
- oceanserver disable OceanServer support
- ubx disable UBX Protocol support
- geostar disable Geostar Protocol support
- evermore disable EverMore binary support
- mkt3301 disable MKT-3301 support
- gpsclock disable GPSClock support
- rtcm104v2 disable rtcm104v2 support
- rtcm104v3 disable rtcm104v3 support
- ntrip disable NTRIP support
- aivdm disable Aivdm support
- ntpshm disable NTP time hinting support
- pps disable PPS time syncing support
- timing disable latency timing support
- reconfigure do not allow gpsd to change device settings
- controlsend do not allow gpsctl/gpsmon to change device settings
+ aivdm disable AIVDM support
+ ashtech disable Ashtech support
+ bluez disable BlueZ support for Bluetooth devices
+ control_socket disable control socket for hotplug notifications
+ controlsend disable gpsctl/gpsmon can change device settings
+ earthmate disable DeLorme EarthMate Zodiac support
+ evermore disable EverMore binary support
+ fury disable Jackson Labs Fury and Firefly support
+ fv18 disable San Jose Navigation FV-18 support
+ garmin disable Garmin kernel driver support
+ garmintxt disable Garmin Simple Text support
+ geostar disable Geostar Protocol support
+ gpsclock disable GPSClock support
+ ipv6 disable build IPv6 support
+ itrax disable iTrax hardware support
+ mtk3301 disable MTK-3301 support
+ navcom disable Navcom support
+ netfeed disable support for handling TCP/IP data sources
+ nmea disable NMEA support
+ nmea2000 disable NMEA2000/CAN support
+ ntpshm disable NTP time hinting support
+ ntrip disable NTRIP support
+ oceanserver disable OceanServer support
+ oldstyle disable oldstyle (pre-JSON) protocol support
+ oncore disable Motorola OnCore chipset support
+ passthrough disable support for passing through JSON
+ pps disable PPS time syncing support
+ reconfigure disable gpsd can change device settings
+ rtcm104v2 disable rtcm104v2 support
+ rtcm104v3 disable rtcm104v3 support
+ shm_export disable export via shared memory
+ sirf disable SiRF chipset support
+ socket_export disable data export over sockets
+ superstar2 disable Novatel SuperStarII chipset support
+ tnt disable True North Technologies support
+ tripmate disable DeLorme TripMate support
+ tsip disable Trimble TSIP support
+ ubx disable UBX Protocol support