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