home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 272.lha / xprquickb / xprQuickB.DOC < prev    next >
Text File  |  1989-08-07  |  3KB  |  73 lines

  1.     xprQuickB.library, XPR implementation of CompuServe Quick-B protocol
  2.     --------------------------------------------------------------------
  3.  
  4.     This  software  is  for  use with all terminal programs that comply
  5. with  the  XPR  external  protocol  standard,  defined  by Willy Langeveld,
  6. (Currently  [jul'89]  only  VLT  since  version  4.036..   Next  version of
  7. A-TalkIII  should  support  it,  as promised by Marco Papa ;-), to transfer
  8. files to and from the CompuServe network.
  9.  
  10.     To install, simply copy xprquickb.library in your Libs:  directory.
  11.  
  12.     To  use xprQuickB, set your external protocol to xprquickb.library,
  13. then  select  transfer protocol Quick B on CompuServe when prompted (option
  14. 6).   At  the "File name for your computer:" prompt, DO NOT ENTER anything.
  15. Activate  the  external protocol send or receive function of your terminal.
  16. Select  the  path/file  to  send  or  receive with the file requester (much
  17. better  than  entering  the  whole thing at the CIS prompt, n'est ce pas?).
  18. The  selected  path/filename will be sent with a carriage return to satisfy
  19. the previously described prompt, and your transfer should start.
  20.  
  21.     There are no external protocol options at this time and the send or
  22. receive  functions  can be interchanged, they both call the same code.  The
  23. host determines the transfer type.
  24.  
  25.  
  26.  * xprQuickB.library
  27.  * XPR implementation of CompuServe Quick-B protocol, written by Marc Boucher.
  28.  
  29. Files in this release:
  30.  
  31.  aztec.h    - includes usual aztec stuff, function decls etc..
  32.  protolib.c    - An exec library Based on "elib", an example library,
  33.  protolib.h    - created by Jim Mackraz using mylib.asm by Neil Katin.
  34.  timeout.c    - timer.device routines for a simple dos Delay() style function
  35.  protocol.c    - quick-b routines
  36.  xprquickb.c    - main module
  37.  Makefile
  38.  libface.asm    - other library code, from examples by J.Mackraz etc.. Adapted for XPR by Willy Langeveld
  39.  xprquickb.library - your compiled library
  40.  funky.asm    - initial Manx C .begin stuff, (C) by Manx but modified by J.Mackraz
  41.  xproto.h    - include file of most xpr structures by XPR author.
  42.  rtag.asm    - RomTag structure for an exec lib, written by J. Mackraz
  43.  
  44.     Placed in the public domain, no copyrights apply on this stuff; but
  45. please  do  not  claim  credit  for  code that isn't yours.  Distribute the
  46. complete package, PLEASE!  not just the .library file..
  47.  
  48.     Please   note   however   that  "protocol.c"  is  based  on  freely
  49. distributable  source  code  placed  on CompuServe.  Some copyrights and/or
  50. restrictions  on  these  may  be  in  effect  -  Read  the notice on top of
  51. "protocol.c".
  52.  
  53.     I  am  not  yet  on  the  CompuServe  network.  This was written to
  54. satisfy  interest in XPR and to finish a previous attempt which was written
  55. for a friend.
  56.  
  57.      Thanks  to  all who contributed to the XPR definition and who have
  58. written  software  to  support  it..   Willy  Langeveld,  Marco  Papa, Rick
  59. Huebner,  and  others  that  I  forget,  don't know, or that will do in the
  60. future.
  61.  
  62. --
  63. Send bug reports, suggestions, ting ting jahe candy to:
  64.  
  65. -Marc Boucher------------------------------------------Phone: 514/466+8932-
  66.   AmiNet    postmaster@marcami        | Bitnet    UUQRL0 at POLYTECA
  67.   UUCP      ...!killer!jolnet!boucher | Internet  boucher@jolnet.Orpk.IL.US
  68.        CompuServe (EasyPlex): ">INTERNET:boucher@jolnet.Orpk.IL.US"
  69.  
  70.  
  71. Money, flames, trouble, to Gunnar Nordmark's NULL: device.
  72.  
  73.