home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / netinfo / old / netinfo_136.lha / NetInfo1_36 / NetInfo.readme < prev    next >
Encoding:
Text File  |  1997-07-13  |  2.9 KB  |  115 lines

  1. NetInfo
  2. =======
  3.  
  4. NetInfo is a little network utility which provides GUI
  5. driven access to some standard network services.  It can
  6. also be controlled via ARexx for easy integration which
  7. other applications.  The output window provides cut&paste to
  8. the clipboard.
  9.  
  10. NetInfo is (C) 1997 Oliver Wagner <owagner@vapor.com> & 
  11. Philip Law <plaw@vapor.com>, All Rights Reserved.  It is 
  12. shareware, and is provided as a free add-on to users who have 
  13. already registered Voyager-NG, AmIRC or AmTALK.  To make the 
  14. startup information requester go away, simply copy your Voyager, 
  15. AmIRC or AmTALK keyfile into the NetInfo directory, or S: or 
  16. KEYFILES:
  17.  
  18. NetInfo works with Miami, AmiTCP and in a limited
  19. fashion with as225/cpr225/inet225 TCP/IP stacks. Due
  20. to the outdated implementation of the BSD socket API
  21. in the as225 based TCP/IP stacks, the "Traceroute"
  22. query may fail.
  23.  
  24. The installer script is copyright 1997 Robert Reiswig. - Thanks
  25. RobR! :-)
  26.  
  27. Query types
  28. -----------
  29. The following query types are understood by NetInfo:
  30.  
  31. 1. Lookup
  32.  
  33. Does a DNS lookup on the provided name and prints out
  34. canonical name, aliases and IP numbers.
  35.  
  36. 2. Finger
  37.  
  38. Does the standard finger lookup.
  39.  
  40. 3. WHOIS
  41.  
  42. Does a WHOIS database lookup.  If no host is specified,
  43. queries rs.internic.net.
  44.  
  45. 4. Traceroute
  46.  
  47. Performs a UDP TTL exceed trace route.
  48.  
  49. 5. PING
  50.  
  51. Performs a ICMP_ECHO round trip timing.
  52.  
  53. 6. Services
  54.  
  55. Scans the given host for a set of standard TCP
  56. services, and prints some information about
  57. the server if available.
  58.  
  59. Arexx
  60. -----
  61. To use a query form ARexx, simply use "query what".
  62. For example, to do a PING on www.vapor.com:
  63.  
  64.  ADDRESS NETINFO.1
  65.  'PING www.vapor.com'
  66.  
  67. Buttons
  68. -------
  69. The button imagery is loaded at run time from the directory
  70. "PROGDIR:ButtonImages".  You can fill in your own (8 Bit)
  71. IFF files there if you want to modify the look.  If NetInfo
  72. is unable to find those files, standard textual buttons are
  73. used.
  74.  
  75. Revision Info
  76. -------------
  77. No previous revision info available. Kick Olli for not doing this :-)
  78.  
  79. 1.3 Beta (19-05-97)
  80. --------------
  81. - I took over development from Olli (Philip).
  82. - Added multiple column support for name and comments.
  83. - Added listview button, add, edit, sort, remove, select.
  84. - Added Add & Edit Window for entries.
  85. - Rewrote about window. Added new names and e-mail addresses too.
  86. - Changed termial colours.
  87.  
  88. 1.31 Beta (19.05.97)
  89. --------------------
  90. - Added save & load of listview contents.
  91.  
  92. 1.32 Beta (21.05.97) - My Birthday :-)
  93. --------------------------------------
  94. - Fixed ping, traceroute and the rest of the stuff I broke in
  95.   1.31. Thanks to Matthias Andreee for pointing this out.
  96.  
  97. 1.33 Beta ( forget date )
  98. -------------------------
  99. - fixed some hits.
  100.  
  101. 1.34 Beta ( forget date again )
  102. -------------------------------
  103. - Skipped due to $VER: messup.
  104.  
  105.  
  106. 1.35 Beta ( 04.06.96 )
  107. ----------------------
  108. - Fixed some hits.
  109.  
  110.  
  111. 1.36 Public ( 06.07.97 )
  112. ------------------------
  113. - Fixed stop to abort writing as well as connection.
  114.   This caused lots of fun on whois with name "smith" :-)
  115.