home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / milan_1991 / devcon91.2 / network / socket / read.me next >
Text File  |  1992-09-01  |  4KB  |  83 lines

  1.                      AS225 Developer's Disk, Version 2.0
  2.                                    Release
  3.  
  4.                     Requires AmigaDOS 2.04 (V37) and AS225
  5.  
  6.  
  7. (This is called version 2.0 only to allow for the possibility of a future
  8. AmigaDOS1.3-compatible version 1.0.)
  9.  
  10.  
  11. This disk contains the Amiga shared socket library.  See the "background"
  12. entry of socket.doc for more information on the socket library itself.
  13.  
  14. Do not distribute this disk or any of its contents.  "socket.library" will be
  15. included in the next release of AS225.  If you write an application which you
  16.  want to release before the next release of AS225, contact CATS for
  17. socket.library licensing information.
  18.  
  19. The examples directory contains the source to our new "ping" program (ping.c),
  20. an advanced example.  It also contains the source and executables to "ncopy"
  21. (a much simpler example) and three different ncopy servers (ncopy copies files
  22. between Amigas, somewhat like rcp from the user's standpoint).
  23.  
  24. The inet directory contains the libs and c directories.
  25.  
  26. The inet/libs directory contains only socket.library.
  27.  
  28. The include directory contains the header files for use with the
  29. socket.library.  You must rename <ss/socket_pragmas.sas> or
  30. <ss/socket_pragmas.manx> to <ss/socket_pragmas.h> as appropriate to your
  31. compiler -- or generate your own pragmas or stubs from the .fd file.  Some
  32. header files have names which conflict with standard SAS or Manx headers (in
  33. particular, signal.h and sys/types.h).  You'll have to figure out how you want
  34. to resolve these conflicts depending on whether you want source compatibility
  35. with Un*x, etc.
  36.  
  37.  
  38. CHANGES:
  39.  
  40. The release differs from Beta 1 in that the syslog and reconfig functions have
  41. been added to the library.  The autodocs and includes have been changed to
  42. reflect this and a few autodoc entries have been clarified or corrected.  The
  43. "ping" example now returns an error code and has a few other bug fixes.  The
  44. contents of inet/c may have been updated to include new utilities.
  45.  
  46.  
  47. BUGS:
  48.  
  49. Please promptly report all bugs as follows:
  50.  
  51. Mail: European developers should mail bugs to their support manager.
  52.       U.S./others mail to: Amiga Software Engineering, ATTN: BUG REPORTS,
  53.       CBM, 1200 Wilson Drive, West Chester, PA., 19380, USA
  54. European ADSP users: Post 2.0 bugs to asdp.14.bugs, others to adsp.bugs
  55. UUCP: to uunet!cbmvax!bugs OR rutgers!cbmvax!bugs OR bugs@commodore.COM
  56.       (enhancement requests to cbmvax!suggestions instead of cbmvax!bugs)
  57. BIX: Post bugs in the bugs topic of your closed developer conference.
  58.  
  59.     Legalese:
  60.  
  61.  This shared socket library (and it's documentation) are Copyright © 1991
  62.  Commodore-Amiga, Inc.  All Rights Reserved.  The shared socket library
  63.  was written by Martin Hunt.  Dale Larson helped with the documentation and
  64.  testing.
  65.  
  66.  Parts of this shared socket library and the associated header files are
  67.  derived from code which is:
  68.  
  69.  Copyright (c) 1983 Regents of the University of California.
  70.  All rights reserved.
  71.  
  72.  Redistribution and use in source and binary forms are permitted
  73.  provided that the above copyright notice and this paragraph are
  74.  duplicated in all such forms and that any documentation,
  75.  advertising materials, and other materials related to such
  76.  distribution and use acknowledge that the software was developed
  77.  by the University of California, Berkeley.  The name of the
  78.  University may not be used to endorse or promote products derived
  79.  from this software without specific prior written permission.
  80.  THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  81.  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  82.  WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  83.