summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix unclean references to the packet output buffer from bits.h.Eric S. Raymond2008-07-082-107/+112
|
* -f option is long gone; remove the declaration.Eric S. Raymond2008-07-081-11/+0
|
* Add missing file.Eric S. Raymond2008-07-081-0/+7
|
* A fix to date handling.Chris Kuethe2008-07-071-1/+1
| | | | | | | | | # date -ur 123069960 Sun Nov 25 10:06:00 UTC 1973 # date -ur 1230681600 Wed Dec 31 00:00:00 UTC 2008 this time the right time ;)
* Take account of latest IERS bulletin.Eric S. Raymond2008-07-071-3/+2
|
* Add 3.1 fields to RTCM reporting structure.Eric S. Raymond2008-07-031-8/+143
|
* More documentation.Eric S. Raymond2008-06-301-2/+48
|
* CRC24Q checksum works now.Eric S. Raymond2008-06-302-64/+81
|
* Document the error polynomial.Eric S. Raymond2008-06-301-2/+6
|
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-308-22/+212
|
* Give a partial description of RTCM 3.x.Eric S. Raymond2008-06-301-22/+37
|
* RTCM104v3 packet detection. Eric S. Raymond2008-06-3012-76/+152
| | | | | This is without checksum support, and the daemon code does not do anything with the RTCM data yet.
* More namespace shuffles preparing for RTCM3.Eric S. Raymond2008-06-274-26/+26
|
* Introduce RTCM3 reporting structures. No behavioral changes yet.Eric S. Raymond2008-06-271-0/+141
|
* Typo fix and documentation tweak and a bit of type refactoring.Eric S. Raymond2008-06-271-3/+5
| | | | This is preparatory to RTCM3 support.
* File renames in preparation for RTCM 3.Eric S. Raymond2008-06-274-5/+5
|
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-279-100/+100
|
* Clarify that the existing RTCM code describes 2.x.Eric S. Raymond2008-06-272-6/+10
|
* Rip out the openbsd-specific timestamping support. Chris Kuethe2008-06-102-47/+1
| | | | | | | | | We have a better way in -current: ldattach on the real device, and relay the data through a pty. ldattach will set up the timestamping line discipline (there are at least 4 different settings that could be used) and the relay data out a pty. This is fast - about 60usec. Yay for the removal of non-portable code that isn't core the purpose of gpsd. All regression tests pass on openbsd...
* Allow communication as slow as 1200bps. Chris Kuethe2008-06-101-0/+2
| | | | | | Handy when you screw up and set your GPS18 to 1200bps by sending a mangled control string. Hypothetically, of course. That never happens to me....
* Added Garmin GPS-17HVS per user reportJeff Francis2008-05-291-1/+15
|
* Can't use navigator devices like the Go910 or Nuvi650 with gpsd.Chris Kuethe2008-05-281-0/+25
|
* talk a bit more about timing receivers...Chris Kuethe2008-05-141-28/+54
| | | | ...and sort receivers by decreasing order of claimed timing precision.
* Move the ZEROIZE macro to pacify fedora's compiler. Chris Kuethe2008-03-211-2/+2
| | | | Passes regression tests. Patch from Remco Treffkorn
* allow the SBAS diamond icons to be filled... Chris Kuethe2008-03-011-4/+17
| | | | | ...if they're used in the navigation solution rather than making them be circles.
* I've been meaning to add this for a year or two...Jeff Francis2008-02-262-0/+592
| | | | ...never got 'round to it until now.
* add motosend - a tool for thwacking at motorola-type receiversChris Kuethe2008-02-232-0/+213
|
* Movin' right along. Chris Kuethe2008-02-172-2/+2
| | | | | We're now into 2.38dev season, and repository operations should be done over https.
* Long awaited request from Hamish - higher precision log...release-2.37Chris Kuethe2008-02-171-3/+3
| | | | ...and a better metric for deciding to log the timestamp.
* crank to 2.37 for releaseChris Kuethe2008-02-171-1/+1
|
* Put back the C++ support; there are applications that need it (KDE4). Chris Kuethe2008-02-171-1/+1
| | | | | The previous problems have been traced to broken toolchains - sounds familiar, doesn't it.
* Disable Garmin Simple Text protocol. Chris Kuethe2008-02-171-3/+3
| | | | | Its packet sniffer hooks aren't specific enough and cause SiRF packets to be mis-detected as NMEA. Go figure.
* Add a little maximum satellite visibility analyzerChris Kuethe2008-02-132-0/+47
|
* hush.Chris Kuethe2008-02-111-4/+4
|
* got elevation and azimuth backwards... again.Chris Kuethe2008-02-101-2/+2
|
* stop slurping the whole file into a buffer in memory; Chris Kuethe2008-02-101-4/+5
| | | | | just pull in a line at a time. also, change the colour scheme a bit so unusably weak sectors are set to a dark gray.
* Clamp satellite positions here too.Chris Kuethe2008-02-101-1/+2
|
* Adjust the color scheme a bit - less than 10dBHz SNR is effectively unusable.Chris Kuethe2008-02-101-1/+4
| | | | | | | Even in super-greedy mode, my ublox will only track down to about 15dBHz. I am now colouring such weak signals in black. Also fix the logic for ignoring SVs with negative elevation.
* i'm back, baby!Chris Kuethe2008-02-101-2/+2
|
* allow the script to be a little more patient in waiting for position reports...Chris Kuethe2008-02-101-2/+2
| | | | ...and advertise the correct server name.
* handle NMEA sources by waiting a bit looking for an actual fix. give upChris Kuethe2008-01-281-3/+8
| | | | after 3 non-fix O messages.
* Incorporated Andreas Stricker's regression test for the leap-year code.Eric S. Raymond2008-01-212-2/+113
|
* Garmin binary is working again.Eric S. Raymond2008-01-211-6/+0
|
* Document another upstream bug.Eric S. Raymond2008-01-211-0/+13
|
* Remove action for the hotplug wrapper, from Mikkel L. Ellertson.Eric S. Raymond2008-01-211-0/+7
|
* Documentation fix.Eric S. Raymond2008-01-211-1/+1
|
* Doc tweak to note -D2 does work in the background, it sends errors to syslog.Gary E. Miller2008-01-211-1/+2
|
* Fix to allow compiling with --disable-pps to work.Gary E. Miller2008-01-211-0/+2
|
* Missed one thing fixing 'typename'.Gary E. Miller2008-01-211-1/+1
|
* Fix, 2nd try, too many PPS threads being started. Gary E. Miller2008-01-213-3/+7
| | | | Found by John Arthur <lists@davey.net.au>