summaryrefslogtreecommitdiff
path: root/dgpsip.c
Commit message (Collapse)AuthorAgeFilesLines
* _Wall cleanup.Eric S. Raymond2005-07-291-1/+1
|
* More work on the repack() function. Avoid a core dump when processing DGPSIP.Eric S. Raymond2005-07-231-1/+1
|
* Prevent a core dump.Eric S. Raymond2005-07-231-2/+4
|
* Avoid a magic number.Eric S. Raymond2005-07-011-1/+1
|
* Improved diagnostics for DGPS server hunting.Eric S. Raymond2005-06-301-5/+10
|
* Add the ability to probe multiple DGPS servers...Eric S. Raymond2005-06-301-15/+41
| | | | | ...within the distance threshold and connect to the closest one that is actually up.
* More small pre-release cleanups.Eric S. Raymond2005-06-301-2/+2
|
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-1/+46
|
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-2/+6
|
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-0/+87
The DGPSIP socket is now part of the session context; it's guarded by the same select as all other socket reads. The latest RTCM104 report from it is relayed to each attached GPS when appropriate. (The old code only passed a correction to the first GPS to be polled after the report came in from the server.)