summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This has been bugging me for a while nowChris Kuethe2006-11-281-0/+9
|
* fix detection of packet 0x46Chris Kuethe2006-11-271-1/+1
|
* splint cleanup.Eric S. Raymond2006-11-271-5/+5
|
* Fixes to SiRF reversion logic...Eric S. Raymond2006-11-272-8/+9
| | | | | ...including a bug that prevented the configurator method from being called.
* Poll for the Navigation Parameters in SiRF message 0x13...Eric S. Raymond2006-11-275-25/+86
| | | | ...and revert our changes at deactivation time.
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-2710-65/+95
| | | | ...the same way probe_subtype does, and for the same reason.
* Update my FV25 (ANTARIS) entry...Chris Kuethe2006-11-271-3/+4
| | | | ...now that I have one in a case with proper connectors.
* Fix a minor bug: spurious "no probe matched" report.Eric S. Raymond2006-11-262-1/+3
| | | | Add a useful comment.
* I think LOG_IO is the right level for logging TSIP messages.Chris Kuethe2006-11-261-1/+1
|
* Quirk fixes for the TSIP driver.Chris Kuethe2006-11-261-2/+4
| | | | | | | | my Lassen iQ outputs 64-byte 8F-20 superpackets, not 56-byte like the manual says. If I allow these oversized packets to come in, the TSIP parser seems to cope, and I get fixes. I'm not sure about 8F-23 yet; I haven't seen any of these from the receiver, but I will entertain the possibility that they too could be oversized.
* allow TSIP "super-packets"Chris Kuethe2006-11-261-1/+3
|
* this time i have a 3d fixChris Kuethe2006-11-261-0/+0
|
* update comments in the headerChris Kuethe2006-11-261-0/+0
|
* Sample TSIP data for regression testingChris Kuethe2006-11-261-0/+0
|
* xgps display tuning.Chris Kuethe2006-11-261-0/+4
| | | | | | | if the PRN is 0 or all of elevation, azimuth and signal strength are 0, don't display an icon. PRN 0 can't happen, and because an elevation of 0 is below the recommended 5-degree horizon, we don't accept reports of a satellite there until there is a non-zero measured signal for it.
* comment out unnecessary log - a similar log is now emitted by tsip.cChris Kuethe2006-11-251-0/+2
|
* lower the log level required to print these messages... Chris Kuethe2006-11-251-2/+2
| | | | ...so I don't have to wade through all the packet sniffer output.
* move a log statement so that there is a clear indication of whether aChris Kuethe2006-11-251-4/+4
| | | | TSIP packet is rejected or not
* tidy up the --disable-reconfigure caseChris Kuethe2006-11-251-1/+2
|
* adjust this format a little moreChris Kuethe2006-11-251-1/+1
|
* Slightly more informative debug outputChris Kuethe2006-11-251-1/+1
|
* Recognize a few more packet types and log when we reject a packetChris Kuethe2006-11-251-2/+9
|
* Revert the results of Chris hacking too fast...Eric S. Raymond2006-11-251-22/+22
| | | | | | | | ...without finding out enough about what he was altering first. RTCM_SERVICE conditions not-yet-enabled code for serving RTCM-104 in the readable Sanger dump format. I should make this code actually work...
* RTCM104_ENABLE doesn't seem to do the right thing.Chris Kuethe2006-11-251-22/+22
| | | | | I'm too tired right now to figure out what the right thing is, so rename it so it gpsd a) compiles and b) runs mostly correctly
* make this compile in the RTCM104_ENABLE caseChris Kuethe2006-11-251-2/+4
|
* RTCM104_SERVICE isn't defined by configureChris Kuethe2006-11-251-18/+18
| | | | I think it should be RTCM104_ENABLE.
* fully-activate a receiver in no-wait mode.Chris Kuethe2006-11-251-5/+12
|
* Tidy up the satellite info parsing a littleChris Kuethe2006-11-251-5/+7
|
* I'm not convinced that DOPs need more than one decimal place...Chris Kuethe2006-11-251-1/+1
|
* add a warning commentChris Kuethe2006-11-251-0/+1
|
* Update my Trimble entry, now that TSIP works againChris Kuethe2006-11-251-2/+2
|
* TSIP works againChris Kuethe2006-11-252-14/+35
|
* octal character code seems to be a more robust way of generating the backspaceChris Kuethe2006-11-251-1/+1
|
* use an escape sequence rather than a control character to generate backspaceChris Kuethe2006-11-251-1/+1
|
* add some very fluffy eyecandy to gpspipe:Chris Kuethe2006-11-252-1/+25
| | | | | | a spinner ("twirling baton") on stderr. this might be useful if you are redirecting gpspipe output somewhere but want to see if gpspipe is doing anything.
* if we can't open the device read-write, try to open it read-only. gpsd isChris Kuethe2006-11-251-2/+5
| | | | | pretty smart, and can probably cope with arbitrary byte streams that strongly resemble gps data, even if it can't exert control over the source.
* Fix bug reported by Chris Kuethe.Eric S. Raymond2006-11-241-7/+8
|
* Fix for a bug turned up by Mick Durkin.Eric S. Raymond2006-11-241-8/+19
|
* Remove Evermore NMEA, it was pointless.Eric S. Raymond2006-11-241-100/+2
| | | | | | The EverMore probe should just flip us into binary mode. Petr gaves me a heads-up that he's already done this removal in his experimental sources.
* Fix a long-standing bug in NMEA processing.Eric S. Raymond2006-11-2416-696/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | My change to 'Fix a slightly broken test' (22 Nov 2006) unmasked a long-standing bug. GPGGA and GPGLL need to set the mode field when they have valid fix data, otherwise the O reports will often show no fix on a GLL or GGA that arrives before GSA in the send cycle (and some devices, like the FV-18, don't normally send GSA at all). This bug was being masked by an incorrect test; the have_fix() function was returning positive if status had been set to nonzero and no mode had yet been seen. This, in turn, caused some misbehavior in the P response; it would sometimes return P=? ?, which should not actually have happened. I spotted this symptom when looking at reports from Chris Kuethe's PHP script. This fix required rebuilding the regression tests, as the mode field on GLL and GGA sentences now frequently has a different (higher) value than it used to. It is quite possible that this bug accounted for a lot of the 2D/3D jitter that fans of the J patch were complaining about. Screwing with the mode field like this in the absence of received GSAs is a bit dodgy, but I don't see a better alternative. NMEA 0183 brain-damage strikes again -- what a %@!$&# botch of a protocol!
* I don't like $advertiseChris Kuethe2006-11-241-5/+8
| | | | | | It's inconsistent when you're reading from a different server. This variable now defaults to $server and can be ignored unless you know you should use it.
* Better recovery from a bad pid file.Eric S. Raymond2006-11-231-1/+6
|
* Add an item to the list of bugs exposed in other software.Eric S. Raymond2006-11-231-0/+23
|
* Make gpscat able to set parity and stopbits.Eric S. Raymond2006-11-233-9/+32
|
* TSIP is broken. That's a showstopper bug.Chris Kuethe2006-11-231-0/+6
|
* FAQ update.Eric S. Raymond2006-11-221-1/+50
|
* Conditionalize so the satellite-view caption is not displayed...Eric S. Raymond2006-11-221-4/+9
| | | | ...when the gpsd instance is not accessible.
* More CSSing. Add an explanatory caption to the skyview.Eric S. Raymond2006-11-221-5/+15
| | | | | Change the elevation numbers on the sky grid to match its color so they don't fight with the PRNs.
* PHP script is now fully CSSed.Eric S. Raymond2006-11-221-6/+18
| | | | | | There is a new 'advertise' config variable that can be used to advertise the gpsd server by a name different than (for example) 127.0.0.1.
* More CSS cleanup.Eric S. Raymond2006-11-221-5/+0
|