summaryrefslogtreecommitdiff
path: root/contrib/binreplay.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused rate parameter.Eric S. Raymond2013-09-171-30/+6
|
* Portavility cleanup for contrib code.Eric S. Raymond2011-07-051-1/+1
|
* Warning cleanups.Eric S. Raymond2011-01-131-1/+1
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
|
* make this compile on (at least debian) linux. from bzedChris Kuethe2008-12-311-2/+9
|
* usage: binreplay [-d <device>] [-r <data_rate>] [-s <port_speed>] <file>Chris Kuethe2007-07-011-41/+108
| | | | | | some extra goo. data rate <= port speed. under certain conditions one may wish to have the device spray data as fast as the port will allow, and other times the data should be a little slower to arrive.
* Add a pair of simpleminded utilities for capturing and replaying data on a pty. Chris Kuethe2007-01-151-0/+93
This is probably useful for developing new protocols or when gpsfake may be suspect.