home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / modem / ccsp080.zip / CCSP.DOC next >
Text File  |  1991-01-21  |  3KB  |  107 lines

  1.  
  2.     Responsible:  Remco Treffkorn CompuCom.
  3.  
  4.  
  5.     This is an informal document. The information contained herein
  6.     is hoped to be accurate. If you find anything you want to have
  7.     changed or corrected please contact me at the HQ BBS.
  8.  
  9.  
  10.     CCSP.EXE: the CSP3 protocoll.
  11.     =============================
  12.  
  13.     Status:
  14.         Version 0.80beta.
  15.  
  16.     Known bugs:
  17.         None so far...
  18.  
  19.     Hardware required:
  20.         A SpeedModem.
  21.         At least a '286/12, slower machienes might work,
  22.         but with a performance penalty.
  23.         The program needs ~150 Kbyte for itself.
  24.  
  25.     Description:
  26.         CCSP.exe is an external protocoll to be used with
  27.         BBSs and communication packages like PROCOM(+),
  28.         Boyan, Telix, Qmodem...
  29.         The installation depends on the package you are using.
  30.  
  31.         CCSP uses data compression to get your file over the
  32.         the line faster. It does not rely on the error correction
  33.         feature of the SpeedModem. It can (and should) be used
  34.         with the *H1 setting for comm programs, BBSs use *h2.
  35.  
  36.  
  37.         CSP3 is able to achieve up to a 4 to 1 data compression
  38.         ratio, but only on certain ASCII files and some data files.
  39.         If something is VERRY compressable using a program like
  40.         PKARC or PKZIP then CSP3 will archieve excelent results.
  41.         Already compressed files will not be compressed any more
  42.         and CSP3 will not gain any speedup in these cases.
  43.  
  44.         Generally spoken: In cases where  V.42bis will not
  45.         compress the data any more, don's expect CSP3 to do so.
  46.         In cases where MNP5 is used to some advantage expect a
  47.         much higher compression rate from CSP3.
  48.  
  49.         A word of caution: CSP3 uses a lot of 'coputer muscle'
  50.         to compress the data. If you have not at least a '286/12
  51.         the compression might actually take longer than the
  52.         transfer of data. You will not get the full performance.
  53.         Receiving data on a slow machiene (downloading) should
  54.         work fine, since the decompression is much less demanding.
  55.  
  56.     Usage:
  57.         Upload:
  58.           CCSP -b<baudrate> -p<port number> -t <filename>
  59.  
  60.         Download:
  61.           CCSP -b<baudrate> -p<port number> -r <filename>
  62.  
  63.         Baudrates:      9600 / 19200
  64.  
  65.         Port Numbers:   1-4
  66.         Filename:       The name of the file to send/receive.
  67.                 On downloading the <filename> is
  68.                 optional. If no name is given, the
  69.                 file will get the name the sender
  70.                 supplied. In case of a name conflict
  71.                 the already existing file will not be
  72.                 overwritten, but the newly received file
  73.                 gets a filename with the last character
  74.                 changed to a numeric value.
  75.  
  76.         Examples:
  77.                 ccsp -b19200 -p2 -t c:\ul\test.txt
  78.                 This line will upload the file
  79.                 'test.txt' on the c: drive in the
  80.                 directory \ul using com port 2 and set
  81.                 the baudrate to 19200.
  82.  
  83.                 ccsp -b19200 -p4 -r
  84.                 This line will receive a file using
  85.                 com port 4 at 19200 baud. The name of
  86.                 the file will be the same as on the
  87.                 senders side.
  88.  
  89.  
  90.     Setup for various communication packages:
  91.         Help!!
  92.         If you have set up CSP3 for ANY software, please
  93.         share your wisdom. Drop me a message at the
  94.         HQ BBS.
  95.  
  96.  
  97.     Good Luck! and thanks for your help in beta testing CCSP.
  98.  
  99.     Remco Treffkorn.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.