summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Build-system patches for MacOS 10.4.Eeri Kask2013-08-291-0/+3
|
* Improve decode_ais_channel_info().Reinhard Arlt2013-08-081-2/+3
|
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2013-08-082-6/+13
|\
| * Don't gratuitously switch drivers, if we alreadyGary E. Miller2013-08-071-5/+12
| | | | | | | | | | | | have a driver that matches the packet type The patch fixes Trimble Condor (MT-3329?) Patch thanks to: Andy Walls <andy@silverblocksystems.net>
| * Fix typos in help textGary E. Miller2013-08-071-1/+1
| |
* | Decode AIS channel info from nmea2000 messages.Reinhard Arlt2013-08-081-1/+10
|/
* Pacify splint.Reinhard Arlt2013-08-045-168/+206
|
* Whoops, fix a typo to previous fix.Gary E. Miller2013-07-241-2/+0
|
* Not all systems use group dialout for tty devices. Gentoo, Fedora,Gary E. Miller2013-07-241-1/+10
| | | | | openSuse and more use group uucp. This patch detects Gentoo and adjusts the default gpsd group for Gentoo.
* Add AIVDM message 24 Part A and Part B.Reinhard Arlt2013-07-241-3/+46
|
* A note about threading.Eric S. Raymond2013-07-231-0/+5
|
* Fix two minor errors in API description.Eric S. Raymond2013-07-231-4/+4
|
* Remove obsolete comparative.Eric S. Raymond2013-07-231-1/+1
|
* More work on AIVDM messages in nmea mode.Reinhard Arlt2013-07-233-22/+178
|
* Fix error in sixbit decoding.Eric S. Raymond2013-07-221-1/+1
| | | | Curiously, none if the regression tests are affected.
* Encode a few more AIVDM messages.Reinhard Arlt2013-07-221-1/+34
|
* Groundbreaking for AIVDM messages in nmea mode.Reinhard Arlt2013-07-215-0/+180
|
* Minor fix to AIS type 1,2,3 radio field decoding.Eric S. Raymond2013-07-057-85/+86
|
* Cosmetic fix.Eric S. Raymond2013-07-051-15/+15
|
* Properly string-quote in ais.py output.Eric S. Raymond2013-07-051-1/+6
| | | | | Address Savannah bug bug #39051: ais.py : json output has bad formating for strings
* Add support for 8devices usb2can module.Reinhard Arlt2013-06-281-1/+6
|
* Note the Raspberry Pi's issue.Eric S. Raymond2013-06-201-1/+10
|
* A portability note.Eric S. Raymond2013-06-121-3/+4
|
* Note the workaround for a Raspbian build problem.Eric S. Raymond2013-06-121-6/+13
|
* Update the news.Eric S. Raymond2013-06-071-0/+1
|
* Add ex[perimental production for local scan-build.Eric S. Raymond2013-06-071-0/+4
|
* Another glitch caught by scan-build.Eric S. Raymond2013-06-071-1/+1
|
* Remove dead code found by clang.Eric S. Raymond2013-06-071-1/+0
|
* Fix most of the undefined symbols in libgpsd.Bernd Zeimetz2013-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before ldd complained about undefined symbol: getlef32 (./libgpsd.so.21.0.0) undefined symbol: gps_merge_fix (./libgpsd.so.21.0.0) undefined symbol: lround (./libgpsd.so.21.0.0) undefined symbol: sincos (./libgpsd.so.21.0.0) undefined symbol: gps_clear_dop (./libgpsd.so.21.0.0) undefined symbol: unix_to_iso8601 (./libgpsd.so.21.0.0) undefined symbol: strlcat (./libgpsd.so.21.0.0) undefined symbol: atan2 (./libgpsd.so.21.0.0) undefined symbol: getbef32 (./libgpsd.so.21.0.0) undefined symbol: mkgmtime (./libgpsd.so.21.0.0) undefined symbol: timestamp (./libgpsd.so.21.0.0) undefined symbol: earth_distance (./libgpsd.so.21.0.0) undefined symbol: ubits (./libgpsd.so.21.0.0) undefined symbol: gpsd_report (./libgpsd.so.21.0.0) undefined symbol: netlib_errstr (./libgpsd.so.21.0.0) undefined symbol: asin (./libgpsd.so.21.0.0) undefined symbol: hypot (./libgpsd.so.21.0.0) undefined symbol: strlcpy (./libgpsd.so.21.0.0) undefined symbol: getbed64 (./libgpsd.so.21.0.0) undefined symbol: gpsd_packetdump (./libgpsd.so.21.0.0) undefined symbol: getled64 (./libgpsd.so.21.0.0) undefined symbol: putbef32 (./libgpsd.so.21.0.0) undefined symbol: trunc (./libgpsd.so.21.0.0) undefined symbol: sbits (./libgpsd.so.21.0.0) undefined symbol: log (./libgpsd.so.21.0.0) undefined symbol: pow (./libgpsd.so.21.0.0) undefined symbol: round (./libgpsd.so.21.0.0) undefined symbol: gps_clear_fix (./libgpsd.so.21.0.0) undefined symbol: safe_atof (./libgpsd.so.21.0.0) undefined symbol: sqrt (./libgpsd.so.21.0.0) undefined symbol: roundf (./libgpsd.so.21.0.0) undefined symbol: gpsd_hexdump (./libgpsd.so.21.0.0) undefined symbol: netlib_connectsock (./libgpsd.so.21.0.0) undefined symbol: floor (./libgpsd.so.21.0.0) The only thing left over now is undefined symbol: gpsd_report (./libgpsd.so.21.0.0)
* Nicer capability dumping on gpsd -l; merge with usage().Eric S. Raymond2013-05-271-28/+44
|
* Disable attempts to parse Evermore binary packets.Eric S. Raymond2013-05-213-5/+9
| | | | | This codse is no longer needed; we just let these devices run in NMEA mode now.
* Disable Evermore binary trigger string so as to leave it in NMEA0183 mode.Eric S. Raymond2013-05-211-1/+1
| | | | | This will prevent gpsd from stuttering back and forth between NMEA and the (relatively useless) Evermore binary mode.
* Fix type extraction for Evermore binary packts.Eric S. Raymond2013-05-211-2/+2
| | | | | This never showed up as a bug before because we allow Evermores to run in NMEA mode in order to get the error modeling right.
* Typo fix.Eric S. Raymond2013-05-211-1/+1
|
* Note Android usage.Eric S. Raymond2013-05-191-1/+7
|
* Minor plishing of GPS database.Eric S. Raymond2013-05-191-3/+2
|
* Build and news housekeeping.Eric S. Raymond2013-05-172-0/+5
|
* Don't ignore a nonexistent binary.Eric S. Raymond2013-05-161-1/+0
|
* Add a FAQ about almanac/ephemeris/pseudorange information.Eric S. Raymond2013-05-161-0/+32
|
* Typo fix in AIDVM description.Eric S. Raymond2013-05-161-2/+4
|
* Make the JSON unit tester more flexible.Eric S. Raymond2013-05-161-80/+121
|
* Add gps2udp to .gitignore.Reinhard Arlt2013-05-131-0/+1
|
* Allow sat report for pseudonmea and nmea2000Reinhard Arlt2013-05-131-4/+9
|
* RTCM3 R1033 JSON unpacking.Eric S. Raymond2013-05-022-1/+22
|
* RTCM3 R104 JSON unoacking.Eric S. Raymond2013-05-023-2/+21
|
* Improve readability.Eric S. Raymond2013-05-021-34/+33
|
* Macro trickery that I might regret, but it makes the code more expressive.Eric S. Raymond2013-05-021-32/+29
|
* Implement RTCM3 R1010 JSON unpacking.Eric S. Raymond2013-05-021-2/+33
|
* Unpack JSON for RTCM3 R1007, R1008, and R1009.Eric S. Raymond2013-05-013-24/+85
|
* Unpack RTCM3 1002 JSON (untested)Eric S. Raymond2013-05-012-3/+36
|