summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add undocumented -f option for J flicker checking.Eric S. Raymond2006-10-281-4/+26
|
* Eyvind Tagseth's change to the way channel fds are handled.Eric S. Raymond2006-10-282-280/+297
|
* splint cleanup.Eric S. Raymond2006-10-271-1/+3
|
* typoChris Kuethe2006-10-271-1/+1
|
* New section on design-ahead; non-PVT data and the Version 4 protocol.Eric S. Raymond2006-10-271-0/+95
|
* Correct an erroneous comment.Eric S. Raymond2006-10-271-3/+6
|
* Move some things off the to-do list that no longer belong there.Eric S. Raymond2006-10-272-58/+62
|
* Note that Evermore is now supported.Eric S. Raymond2006-10-271-3/+3
|
* Code and regression tests are back in sync.Eric S. Raymond2006-10-2722-1311/+1311
|
* The ugly code for recognizing DLE-led packets...Eric S. Raymond2006-10-271-125/+144
| | | | | | | | ...has been beaten into something less like a maintainance nightmare. All regression tests pass (though to arrange that I had to revert a change in precision of time reporting; the tests weren't rebuilt when they should have been).
* This temporary reversion was needed to regression-test the next change.Eric S. Raymond2006-10-271-2/+2
|
* iTrax supports a "ping"Chris Kuethe2006-10-271-1/+8
| | | | | | | This ping seems to be wired to an NMI, or seems to be handled by a task running at higher priority than the NMEA or iTalk output processes - ping responses interrupt other messages. Let's use this to help probe for itrax receivers...
* The second character if the iTalk leader is '!'Chris Kuethe2006-10-271-1/+1
| | | | http://isuite.fastrax.fi/sdk/331/Protocols/PRO_italk.html
* "gosd"? What is this "gosd" of which you speak. Chris Kuethe2006-10-271-6/+6
| | | | | | | | It sounds like a Russian cryptosystem. Also talk more about consumer receivers that give you single packet PVT solutions. Trimble is consumer now - there are vendors selling the the bare module for $50, or a usb/rs-232 eval board for $100.
* Fix another bug in the wakeup logic. Document the move to lesstif better.Eric S. Raymond2006-10-272-6/+6
|
* the iTrax leader is "<!"Chris Kuethe2006-10-271-1/+1
|
* Switch us to using lesstif rather than OpenMotif, as OpenMotif won't shipEric S. Raymond2006-10-274-13/+6
| | | | | | | | with FCS. Fortunately, lesstif seems to be a drop-in replacement; all this took was installing lesstif-devel and changing the BuildRequre in the spec file. Also, fix a reveresed test in my True North patch of earlier today.
* Fix some markup errors in the Hacker;'s Guide.Eric S. Raymond2006-10-271-11/+11
|
* The link to the Hacking Guide was missing.Eric S. Raymond2006-10-272-1/+4
|
* Add a needed header.Eric S. Raymond2006-10-271-0/+1
|
* Update the to-do list.Eric S. Raymond2006-10-271-14/+2
|
* splint cleanup of gpsflash code.Eric S. Raymond2006-10-272-5/+8
|
* More splint cleanup.Eric S. Raymond2006-10-272-25/+30
|
* splint cleanup.Eric S. Raymond2006-10-261-8/+8
|
* libgps provides strlcat on systems where it is not provided by libc...Chris Kuethe2006-10-261-62/+0
| | | | ...and gpsd_config.h provides the prototype.
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-2651-52/+105
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* Hush more compiler warningsChris Kuethe2006-10-261-3/+4
|
* Missing defineChris Kuethe2006-10-261-0/+1
|
* Partial splint cleanup.Eric S. Raymond2006-10-2612-76/+96
|
* OK, I'm slow today.Eric S. Raymond2006-10-262-6/+22
| | | | | | | | | | If we don't already know the type of a device, we have to send it *every* driver's wakeups on a baud-rate change. This does, basically, the same thing the old probe function in the TrueNorth driver did since at the moment only that driver has a wakeup. Also, move the send so it gets done when we change baud rates without closing the device.
* Recognize use of @ as a private packet leader character...Eric S. Raymond2006-10-261-1/+5
| | | | | | | | | | | | ...which both the True North and the Sony CXD2951 do. It shouldn't be included in the packet checksum. This enables us to get rid of the separate tnt_send() function. Note: this changes, very slightly, gpsd's behavior with respect to Sony CXD2951 chips -- there is an initializer string in drivers.c that used to *include* the @ in its checksum. I suspect this was a bug, but I'm noting it here in case I just broke the support for that chip.
* Eliminate compiler warnings about unused variables.Chris Kuethe2006-10-262-4/+4
|
* Comment fixes for the True North driver.Eric S. Raymond2006-10-261-3/+3
|
* Slim the TNT driver down still more.Eric S. Raymond2006-10-261-20/+6
|
* Eliminate duplicative code in the Truenorth driver.Eric S. Raymond2006-10-262-47/+5
| | | | Make the wakeup capability a function returning void.
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-2610-90/+38
| | | | | | | | | | ...a function to be called just after the autobaud hunt sets the line speed each time. Use this to get rid of the internal baud hunt loop in the True North driver; instead, the ID query and rate-setting strings will be sent by the wakeup hook. Note: this patch is untested. I'm pretty certain it will work, but somebody needs to try it on live hardware.
* Documentation and comment tweaks.Eric S. Raymond2006-10-263-3/+4
|
* 2400 spm is only for Revolution 2X devices.Chris Kuethe2006-10-251-2/+3
| | | | | | If we're going to crank up the message rate, let's use something that should work more reliably. Also, give the tty time to finish sending the control string.
* also rename the itrax manpageChris Kuethe2006-10-252-8/+13
|
* update garminctl.1 to match garminctl.xml for people without xmlto.Gary E. Miller2006-10-251-38/+58
|
* Change the name of garmintool to garminctlGary E. Miller2006-10-254-20/+20
|
* cleanupChris Kuethe2006-10-251-437/+0
|
* rename sirfproto to sirfctl in preparation for a generic gps tool (gpsctl)Chris Kuethe2006-10-251-0/+0
|
* Rename itraxtool to itraxctl in preparation for a generic gps tool (gpsctl)Chris Kuethe2006-10-252-6/+443
|
* Make it clearer that gpsprof is importing a non-system module.Eric S. Raymond2006-10-251-1/+2
|
* More tweaks and minor updates for the FAQ.Eric S. Raymond2006-10-251-20/+20
|
* Restore reporting time to millisecond resolution. Eric S. Raymond2006-10-251-2/+2
| | | | | I was wrong about this; it isn't the GPS system that has a centisecond limit, it's some vendor implementations of NMEA.
* The change in PGRME output scaling requires that we rebuild the regressions.Eric S. Raymond2006-10-2522-1661/+1662
|
* Correct scaling in PGRME output.Eric S. Raymond2006-10-251-4/+8
|
* Minor corrections.Eric S. Raymond2006-10-251-4/+5
|