home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / xsap1a.exe / XSAP1A.TXT < prev   
Text File  |  1994-09-14  |  2KB  |  73 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Sample Code - SAPing Server (NLM) & Client
  5. DOCUMENT ID:        TID021855
  6. DOCUMENT REVISION:  A
  7. DATE:               14SEP94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         XSAP1A.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NLM SDK for NetWare 4.0 1.0c
  14.  
  15. ABSTRACT:
  16.  
  17. This self extracting zip file contains sample source code and executables
  18. which demonstrate how to write a basic SAP client/server application.
  19. (Replaces XSAP1.EXE)
  20.  
  21. -----------------------------------------------------------------
  22. DISCLAIMER
  23. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  24. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  25. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  26. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  27. -----------------------------------------------------------------
  28.  
  29. ISSUE
  30.  
  31. This file replaces the previous XSAP1.EXE which had a few undesirable code
  32. paths (putting it poetically).  All changes are documented as comments in
  33. XSAP1A.EXE source code.
  34.  
  35.  
  36. XSAP1A.TXT     This file.
  37.  
  38. COMMON.H       Definitions needed by both the client and the server processes.
  39.  
  40. SERVER.C  Source code for SERVER.NLM.
  41.  
  42. CLIENT.C  Source code for CLIENT.EXE.
  43.  
  44. CLIENT.EXE     Sample client application which sends a 'PONG' request to
  45.                 SERVER.NLM.  It may discover the address of the server
  46.                 process by either a Get-Nearest operation, or a ScanID
  47.                 operation.
  48.  
  49. SERVER.NLM     Sample server application which SAPs (advertises) using
  50.                 a dynamic socket.  It also handles 'PING' request.  
  51.                 Multi threaded. 
  52.  
  53. Self-Extracting File Name:  XSAP1A.EXE     Revision:  A
  54.  
  55. Files Included     Size     Date      Time
  56.  
  57. \
  58.    XSAP1A.TXT         (This File)
  59.    SERVER.C       16906   08-24-94    9:05a
  60.    SERVER.NLM     16208   09-14-94    8:57a
  61.    CLIENT.C       14679   09-14-94   10:44a
  62.    CLIENT.EXE     32884   09-14-94   10:44a
  63.    COMMON.H        2557   09-14-94    8:53a
  64.  
  65.  
  66. -----------------------------------------------------------------
  67. Any trademarks referenced in this document are the property of their
  68. respective owners.  Consult your product manuals for complete trademark
  69. information.
  70. -----------------------------------------------------------------
  71.  
  72.  
  73.