summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Suppress a compiler warning.Eric S. Raymond2013-05-011-2/+2
|
* Move an assignment to pacify splint.Eric S. Raymond2013-05-011-1/+1
|
* Splint cleanup, spelling, and style fixes.Eric S. Raymond2013-05-011-249/+298
|
* Two missing fields in RTCM3 1001 parsing.Eric S. Raymond2013-05-012-3/+3
| | | | | | | | Turns out we can't use short in the rtcm3 structure, JSON types won't map to it. Well, in theory we could map int to it with a range check at parsing time, but it's not worth the effort. All regression tests pass.
* Fix static-check warnings.Eric S. Raymond2013-05-011-5/+5
|
* Start on support for unpacking RTCM3 JSON.Eric S. Raymond2013-05-014-1/+129
| | | | | Only the 1001 sentence so far, with two fields missing. Not usable for production yet, but gets infrastructure in place.
* Fix incorrect UNKNOWN value. Affects parsing of RTCM2 type 4 sentences.Eric S. Raymond2013-05-011-1/+1
|
* Note a missing feature.Eric S. Raymond2013-05-011-0/+3
|
* Documentation cleanup for gps2udp.Eric S. Raymond2013-05-015-19/+41
|
* Added gps2udp a gpsdclient to dispatch AIS to AISHUB, MarineTraffic, ...Fulup.ArFoll2013-05-013-15/+579
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Commits are open again.Eric S. Raymond2013-05-011-1/+1
|
* Version bump for 3.9 release.release-3.9Eric S. Raymond2013-05-011-1/+1
|
* Version bump for 3.9 release.Eric S. Raymond2013-05-011-1/+1
|
* More cppcheck pacification.Eric S. Raymond2013-05-012-3/+5
|
* Clean up more static-analysis warnings.Eric S. Raymond2013-04-302-7/+5
|
* XML markup fix.Eric S. Raymond2013-04-301-4/+5
|
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-3014-48/+54
| | | | | cppchecker now finds variables that could have reduced scope; that's most of these.
* All web pages pass W3C validation.Eric S. Raymond2013-04-301-4/+5
|
* Finish the FAQ revision.Eric S. Raymond2013-04-301-2/+2
|
* Exile a bug.Eric S. Raymond2013-04-302-11/+5
|
* Yet more reorganization.Eric S. Raymond2013-04-301-41/+40
|
* Remove another obsolete FAQ entry.Eric S. Raymond2013-04-301-13/+0
|
* PHP script no longer requires a Google API key.Eric S. Raymond2013-04-303-59/+2
|
* More reorganization.Eric S. Raymond2013-04-301-32/+32
|
* More reorganization.Eric S. Raymond2013-04-301-60/+63
|
* Yet more reorganization.Eric S. Raymond2013-04-301-150/+154
|
* More FAQ reorganization.Eric S. Raymond2013-04-301-113/+115
|
* FAQ reorganization.Eric S. Raymond2013-04-301-46/+69
|
* Clean up some markup.Eric S. Raymond2013-04-301-19/+21
|
* Address sr #107953: Can't compile gpsdEric S. Raymond2013-04-301-0/+2
|
* gpspipe -u time-stamps with sub-second resolutionAndreas Merz2013-04-302-6/+31
| | | | | | | | | | | | | | | | | | | | | For simple logging of NMEA data or system performance analysis it is often desirable to have high resolution time-stamps. This implementation affects only the client-side, namely gpspipe. Option -u was added to enable usec-resolution time output. Furthermore, the default time format has been changed because it is more desirable to have a standardized and sortable time-tag default format instead of a locale-dependent one. Also, the new option -u appends decimal digits to the seconds which does not make sense for the some %c formats. A future desirable feature might be to have usec resolution timestamps on the gpsd protocol messages. modified: gpspipe.c modified: gpspipe.xml Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Fully integrate the gpsinit(8) man page.Eric S. Raymond2013-04-302-0/+2
|
* More news updates.Eric S. Raymond2013-04-251-4/+4
|
* Date line fixes.Eric S. Raymond2013-04-251-2/+2
|
* Advertise that the upcoming release is urgent.Eric S. Raymond2013-04-251-4/+5
|
* Fix a malformed-packet crash.Eric S. Raymond2013-04-244-11/+12
| | | | | | | | | | Under weird circumstances, this line of device input $GPGGA,030130$GPGLL,2638.1728,N,08011.3893,W,030131.000,A,A*41 could core-dump the packet parser. The context had to be exactly right for it to happen. The bug was an incorrect attempt at optimizing recovery from this rare case.
* Add a FAQ entry omn USB Garmins.Eric S. Raymond2013-04-241-1/+21
|
* Update feature and bug news.Eric S. Raymond2013-04-231-0/+5
|
* Add Chen Wei's application.Eric S. Raymond2013-04-231-1/+2
|
* -g belongs in the gpsfake synopsis.Eric S. Raymond2013-04-231-0/+1
|