home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / defdata / tcpip.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  80 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : TCP/IP
  4. -- Version      : 1.0
  5. -- Author       : E_Systems, Inc., ECI Division
  6. --              : St. Petersburg, Florida
  7. --              : Contact: Lt. Colonel Falgiano
  8. --              : ESD/SCW
  9. --              : Hanscom AFB, MA  01731
  10. -- DDN Address  :
  11. -- Copyright    : (c) 1985 E_Systems, Inc.
  12. -- Date created : 
  13. -- Release date : 22 June 1985
  14. -- Last update  : 
  15. -- Machine/System Compiled/Run on:
  16. --                                                           -*
  17. ---------------------------------------------------------------
  18. --                                                           -*
  19. -- Keywords     : 
  20. ----------------:
  21. --
  22. -- Abstract     : The proposed tools provide communication with the
  23. ----------------: Utility layer(TCP) corresponding to RFC-793 and 
  24. ----------------: with Internet(IP).  An operating system interface 
  25. ----------------: to VAX VMS will be provided.  Internet Control 
  26. ----------------: Message Protocol (ICMP) will be provided as part
  27. ----------------: of IP.  These protocols allow multi-user access
  28. ----------------: and message priority.  A Test System will be 
  29. ----------------: provided to demonstrate these protocols, generate     
  30. ----------------: test scenarios, and display intermediate data.
  31. ----------------: 
  32. ----------------: 
  33. ----------------: 
  34. ----------------:
  35. ----------------: This tool was developed as a precursor for 
  36. ----------------: the WMCCS Information System (WIS).  An
  37. ----------------: executable version of the tool has been 
  38. ----------------: demonstrated.  This source code has sub-
  39. ----------------: sequently been recompiled but has not under-
  40. ----------------: gone extensive testing.
  41. ----------------:
  42. --                                                           -*
  43. ------------------ Revision history ---------------------------
  44. --                                                           -*
  45. -- DATE         VERSION AUTHOR                  HISTORY 
  46. -- 06/22            1.0                       Initial Release
  47. --                                                           -*
  48. ------------------ Distribution and Copyright -----------------
  49. --                                                           -*
  50. -- This prologue must be included in all copies of this software.
  51. -- 
  52. -- This software is copyright by the author.
  53. -- 
  54. -- This software is released to the Ada community.
  55. -- This software is released to the Public Domain (note:
  56. --   software released to the Public Domain is not subject
  57. --   to copyright protection).
  58. -- Restrictions on use or distribution:  NONE
  59. --                                                           -*
  60. ----------------- Disclaimer ----------------------------------
  61. --                                                           -*
  62. -- This software and its documentation are provided "AS IS" and
  63. -- without any expressed or implied warranties whatsoever.
  64. --
  65. -- No warranties as to performance, merchantability, or fitness
  66. -- for a particular purpose exist.
  67. --
  68. -- Because of the diversity of conditions and hardware under
  69. -- which this software may be used, no warranty of fitness for
  70. -- a particular purpose is offered.  The user is advised to 
  71. -- test the software thoroughly before relying on it.  The user
  72. -- must assume the entire risk and liability of using this 
  73. -- software.
  74. --
  75. -- In no event shall any person or organization of people be
  76. -- held responsible for any direct, indirect, consequential
  77. -- or inconsequential damages or lost profits.
  78. --                                                          -*
  79. ----------------- END-PROLOGUE -------------------------------
  80.