summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* packetwin can no longer be directly accessible.Eric S. Raymond2009-03-031-2/+12
* Fix wonky resizing of packet window.Eric S. Raymond2009-03-031-30/+52
* Improved bounds checking.Eric S. Raymond2009-03-031-3/+3
* Hook up the framework for a few more monitor typesChris Kuethe2009-03-031-0/+10
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-0/+1
* Prevent null-pionter bug rather than just evading it.Chris Kuethe2009-03-021-4/+5
* Fix error message.Eric S. Raymond2009-03-021-1/+1
* Evade a core-dump bug.Chris Kuethe2009-03-021-3/+2
* Process mode arguments a bit more forgivingly.Eric S. Raymond2009-03-021-2/+2
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-15/+47
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-1/+1
* Standard argument parsing for gpsmon, and related documentation fixes.Eric S. Raymond2009-02-251-36/+15
* Implement and document support for more NMEA devices.Eric S. Raymond2009-02-201-3/+17
* Implement -l option analogous to gpsctl -l.Eric S. Raymond2009-02-201-1/+23
* Compile gpsmon and friends correctly when various GPS drivers are conditionedEric S. Raymond2009-02-201-1/+8
* Add 't' command to gpsmon to force the monitor type.Eric S. Raymond2009-02-201-33/+45
* Various small cleanups and sanity checks.Eric S. Raymond2009-02-201-10/+16
* Make command parsing a bit more forgiving.Eric S. Raymond2009-02-191-13/+37
* Hack the gpscon comand set to resemble gpsctl switches.Eric S. Raymond2009-02-191-88/+76
* Some gpsmon enhancements.Eric S. Raymond2009-02-191-1/+4
* More documentation and tweaks on the monitor infrastructure.Eric S. Raymond2009-02-191-0/+4
* More cleanup and documentation for monitor stuff.Eric S. Raymond2009-02-191-9/+9
* Simplify the packet-monitor driver interface.Eric S. Raymond2009-02-191-37/+36
* Create monitor_proto.c as a prototype for monitor objects.Eric S. Raymond2009-02-191-35/+35
* splint cleanup.Eric S. Raymond2009-02-191-16/+20
* Move the NMEA monitor driver to its own module.Eric S. Raymond2009-02-181-250/+1
* Move some display locations.Eric S. Raymond2009-02-181-28/+37
* More GGA fields.Eric S. Raymond2009-02-181-7/+15
* Dump VDOP and PDOP correctly.Eric S. Raymond2009-02-181-8/+14
* Enable gpsmon to get at the raw fields from an NMEA parse.Eric S. Raymond2009-02-171-4/+9
* Make fixframe public, fix bug in RMC display.Eric S. Raymond2009-02-171-3/+5
* Add GGA monitoring.Eric S. Raymond2009-02-171-2/+20
* Add GSA display.Eric S. Raymond2009-02-171-5/+39
* Add GPRMC display.Eric S. Raymond2009-02-171-5/+58
* Add GSV display.Eric S. Raymond2009-02-171-4/+29
* We no longer need a separate hunt stage.Eric S. Raymond2009-02-171-48/+9
* Implemented and documented gpsmon 'i' command.Eric S. Raymond2009-02-171-0/+11
* Switching from SiRF to NMEA with n1 works.Eric S. Raymond2009-02-171-2/+3
* sirfmon -> gpsmon name change.Eric S. Raymond2009-02-171-3/+3
* gsirmon now handles multiple types. Time to rename it.Eric S. Raymond2009-02-171-31/+53
* Use subwindows to simplify layout.Eric S. Raymond2009-02-171-7/+8
* Use subwindows in gpsnmon to decomplicate the refresh logic.Eric S. Raymond2009-02-171-16/+20
* Set scrolling-region size correctly.Eric S. Raymond2009-02-171-3/+5
* Try to detect start-of-cycle based on timing.Eric S. Raymond2009-02-171-1/+26
* Don't rely on sNMEA tags being a fixed size.Eric S. Raymond2009-02-171-10/+7
* First nontrivial NMEA monitoring -- accumulate the sentence set.Eric S. Raymond2009-02-171-1/+24
* First hack at supporting multiple devices in the monitor.Eric S. Raymond2009-02-171-20/+80
* More method simplification.Eric S. Raymond2009-02-161-2/+2
* Simplify the repaint interface.Eric S. Raymond2009-02-161-5/+1
* Introduce wrap method to deallocate windows.Eric S. Raymond2009-02-161-1/+1