summaryrefslogtreecommitdiff
path: root/gpsfake.py
Commit message (Collapse)AuthorAgeFilesLines
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+2
| | | | First line where possible, second line for scripts called with #!
* SiRF name cleanup.Chris Kuethe2006-08-171-1/+1
| | | | | | | | | | 1) the product line is called SiRFstar 2) I don't have any original SiRFstar receivers but my documentation says the protocol remained mostly the same between SS1, SS2 and SS3; it just got richer as time went by. At least with my SS2 and SS3 receivers, this holds true. 3) elsewhere in the code there are SIRF_THIS and SIRF_THAT, which implies (correctly) independence of chipset version.
* Eliminate use of fuser(1) from gpsfake.Eric S. Raymond2006-07-291-28/+44
|
* Fix breakage in a test, handle faking a port for regression Eric S. Raymond2006-07-251-11/+9
| | | | tests more gracefully.
* Gracefully degrade testing on non-Linux systems...Eric S. Raymond2006-06-181-4/+7
| | | | ...rather than barfing because we don't have /proc.
* Documentation updates.Eric S. Raymond2006-06-141-7/+7
|
* Better documentation of some bugs.Eric S. Raymond2006-06-101-0/+1
|
* Work around the bugginess of fuser -s prior to version 23 of psmisc.Eric S. Raymond2006-06-101-1/+1
|
* Make gpsfake use a port that doesn't collide with a production gpsd.Eric S. Raymond2006-06-091-2/+8
| | | | Fix a comment typo in packet.c
* Add -v option to gpsfake.Eric S. Raymond2006-06-091-6/+13
| | | | Update regression test because of start-of-cycle check on GGA.
* Allow gpsfake to read from stdin.Eric S. Raymond2006-03-121-2/+6
|
* We now pass all regression tests with a test frame...Eric S. Raymond2005-09-131-16/+7
| | | | | | ...that doesn't need "of" emitted because it no longer needs to hand-start the fake GPS. This is a step towards being able to show that the DEFER_ON_SYNC code works.
* Add explanatory comment.Eric S. Raymond2005-09-081-0/+3
|
* A step towards getting rid of the rather bogus "of" probe in gpsfake.pyEric S. Raymond2005-09-071-5/+4
|
* Sanity check...Eric S. Raymond2005-09-071-0/+2
| | | | ...may avoid a spurious error we occasionally see in regression testing.
* With the bug in the framework code fixed, some delays are not necessary.Eric S. Raymond2005-07-271-1/+1
|
* Documentation improvements.Eric S. Raymond2005-07-231-1/+1
|
* Fix a small but nasty bug.Eric S. Raymond2005-07-161-1/+1
|
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-2/+18
| | | | ...but the daemon cannot yet sync with it.
* Don't add .log, it just confuses matters.Eric S. Raymond2005-07-131-7/+3
|
* Hm...this has turned up a file descriptor leak.Eric S. Raymond2005-07-021-0/+1
|
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-021-1/+1
|
* Add gpsfake code for detecting file decriptor leaks in the daemon.Eric S. Raymond2005-07-021-1/+23
|
* Another test case is firm.Eric S. Raymond2005-06-271-5/+6
|
* Fix a subtle error in channel assignment.Eric S. Raymond2005-06-271-4/+14
|
* Add progress messages to test framework.Eric S. Raymond2005-06-271-8/+24
|
* This version makes gpsfake work, but valgrind-edit still has problems.Eric S. Raymond2005-06-261-7/+66
|
* First version of valgrind torture test.Eric S. Raymond2005-06-251-9/+3
|
* TestSession now does its own signal handling.Eric S. Raymond2005-06-251-1/+6
|
* gpsfake now uses the TestSession object.Eric S. Raymond2005-06-251-20/+38
| | | | | This revealed an odd bug in the old test framework that lost the last few lines that should have gone to each check file.
* This captures O responses and dumped NMEA. but not the message log.Eric S. Raymond2005-06-241-3/+4
|
* Fix an error in the exerciser for gps.py.Eric S. Raymond2005-06-241-2/+2
|
* Freeze before attempted fix to thread-launch error.Eric S. Raymond2005-06-241-8/+18
|
* gpsfake progress prompt is now optional.Eric S. Raymond2005-06-241-10/+24
|
* gpsfake feed function now waits for the daemon oto open the device.Eric S. Raymond2005-06-241-3/+17
|
* Guard thread starts so we don't have to track when a fake GPS is active.Eric S. Raymond2005-06-241-10/+13
|
* Arrange for fake GPSes to keep their line number in the log between invocations.Eric S. Raymond2005-06-241-4/+4
|
* Predicate unification.Eric S. Raymond2005-06-241-4/+6
|
* Freeze before predicate unification.Eric S. Raymond2005-06-241-11/+24
|
* Start of TestSession class -- not working yet.Eric S. Raymond2005-06-241-9/+36
|
* Small cleanup in gpsfake.Eric S. Raymond2005-06-241-2/+5
|
* Make the spawn command that launched the test daemon visible.Eric S. Raymond2005-06-241-4/+4
|
* gpsfake.py is now a separate loadable module, so we can write more test loads.Eric S. Raymond2005-06-241-0/+196