home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / wattcp.zip / DEVELOP.DOC < prev    next >
Text File  |  1992-07-08  |  1KB  |  33 lines

  1. Welcome developers,
  2.  
  3. Enclosed is the source to Waterloo TCP, a library which provides TCP/UDP/IP
  4. services to your programs.  With this library, you can write to TCP/IP
  5. connections as easily as you can write to DOS files.
  6.  
  7. This project is still relatively young as I only started it in late October
  8. of 1990.  But there are several applications which already use the library
  9. and the ease of use is making it a popular choice for many developers.
  10.  
  11. Take a look at the existing applications and see if this library suits your
  12. particular needs.  Also read copyright.h to see if you can live with the
  13. restrictions.  If so, I would recommend getting the programmer's
  14. reference guide which is described in the readme file.  It will prove
  15. useful and the proceeds go into manuals and development tools for continued
  16. development.
  17.  
  18. Note that the user applications should include <tcp.h> not <wattcp.h>.
  19. Why not?  To separate the tcp kernal and application layers and to keep
  20. your code compatible with future versions of the kernal.  Look at examples
  21. in the APPS subdirectory rather than the files in SRC which the kernal
  22. source.
  23.  
  24. There are about 50 user functions which should probably satisfy most of
  25. your needs.  If you make some improvements to the kernal send them back
  26. to me and I'll try to incorporate them.
  27.  
  28. Use and Enjoy,
  29.  
  30. Erick Engelke
  31. erick@development.uwaterloo.ca
  32. (519) 886-0405
  33.