summaryrefslogtreecommitdiff
path: root/contrib/binreplay.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-191-3/+4
|
* Adds missing includes to contrib/ programs.Fred Wright2016-09-221-1/+2
| | | | | | | TESTED: All programs now build without warnings on OSX. Signed-off-by: Gary E. Miller <gem@rellim.com>
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-1/+5
| | | | I sure hope I did not drop a zero anywhere...
* 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.