summaryrefslogtreecommitdiff
path: root/comms/zmtx-zmrx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* We should be able to put this on the CDROM as long as we let the user knowDavid E. O'Brien1996-12-091-4/+3
| | | | | | | what the license restrictions are. Notes: svn path=/head/; revision=4902
* zmtx and zmrz impliement the ZMODEM error correcting protocol used toDavid E. O'Brien1996-12-088-0/+117
send/receive files over a dial-in serial port. And they do one thing and only one thing -- transmit files. They don't do file conversions, they don't do remote commands, or any of that other stuff. Notes: svn path=/head/; revision=4900