Networking FreeDOS - WatTCP/Watt-32

Overview:

  Waterloo TCP (WatTCP) was written 1990 - 1992 at the University of
  Waterloo in Ontario (Canada). The author is Erick Engelke, then a
  developer in the Faculty of Engineering, today the university's
  Director of Engineering Computing (see:
  http://www.eng.uwaterloo.ca/~erick/ (*01)).
  The core TCP engine of WatTCP was based on Geoffrey H. Cooper's
  TinyTCP.
  WatTCP was originally released under a homebrewed public domain license
  - binary and source were free for use, distribution was allowed only
  for non-commercial reasons. In 2004 Erick Engelke copyrighted it under
  the terms of the GNU LGPL. WatTCP can be found at Erick Engelke's
  homepage (http://www.erickengelke.com/wattcp/index.shtml (*02)). While
  the software is free, the WatTCP Programmer's Reference is sold as PDF
  for 50$ (see: http://www.erickengelke.com/wattcp/docs.shtml (*03)).
  WatTCP was ported to 32-bit by Gisle Vanem at Bergen, Norway in 1999.
  The port is called Watt-32 (see: http://home.broadpark.no/~gvanem/
  (*04)). It supports 32-bit protected-mode as well as 16-bit
  real-mode. On the site you find binaries, source and documentation for
  download. More binaries that use the Watt-32 stack can be found here
  (see: http://www.filegate.net/utiln/utilnet/wt32apps.zip (*05)). There
  is a developer forum (see: http://tech.groups.yahoo.com/group/
  watt-32/messages/2617?viscount=-30&l=1 (*06)) which is still active.
  WatTCP and Watt-32 are not external TCP/IP Kernels. Both are just sets
  of libraries designated to programmers - they can use these libraries
  to implement TCP/IP functions into their applications. The WatTCP
  package includes such applications with built-in WatTCP kernel like
  "ping", "finger", "whois" or "lpr".
  Many important DOS network applications use the WatTCP libraries like
  Arachne or SSH2DOS. A list of these apps is available at "DOS Solutions"
  (http://www.dossolutions.pwp.blueyonder.co.uk/wattcp.htm (*07)).

Installation and configuration:

  So you don't have to download anything to use the WatTCP/Watt-32 kernel.
  It is already in the applications. The only thing needed is a confi-
  guration file, which is called "WATTCP.CFG" and is basically the same
  in both versions. It is located in the applications directory per
  default. The settings if you are working with fixed IPs:
      --- WATTCP.CFG ---
      # These are example values:
      my_ip = 192.168.1.10
      netmask = 255.255.255.0
      nameserver = 192.168.1.1
      nameserver = 129.97.128.196
      nameserver = 129.97.128.1
      gateway = 192.168.1.1
      # Uncomment, if your receive your configuration via DHCP
      # my_ip = dhcp
  If you are receiving your settings by a DHCP-server/router:
      --- WATTCP.CFG ---
      my_ip = dhcp
      netmask = 255.255.255.0
      gateway = 0.0.0.0
      domain_list = your.domain.com
      # domain, gateway, ip, nameserver will be set via DHCP
  If the application is not in the same directory as WATTCP.CFG, please
  set WATTCP.CFG=\path\to\file to point to it (in AUTOEXEC.BAT).
  Additional settings may be needed by the applications used. A deeper
  introduction into the use of WatTCP programs can be found here:
http://www.web.archive.org/web/20080329105946/http://www.
smashco.com/wattcp.asp (*08).

  (*01) Link is still ok, see also:
        http://www.erickengelke.com/history.html
  (*02) Link is no longer available, new links:
https://web.archive.org/web/20100414105959/http://www.erickengelke.
com/wattcp
        (everything in ONE LINE, NO free space!)
        AND:
        http://www.erickengelke.com/history.html
  (*03) Link is no longer available, sorry, no new link!
  (*04) Link is no longer available, new link:
        http://www.watt-32.net/
  (*05) Link is no longer available, new link:
  https://web.archive.org/web/20160401045436/http://www.filegate.net/
  utiln/utilnet/wt32apps.zip
          (everything in ONE LINE, NO free space!)
  (*06) Link is no longer available, new link:
        https://groups.io/g/watt-32/message/1
  (*07) Link is no longer available, new link:
https://web.archive.org/web/20090509205846/http://
www.dossolutions.pwp.blueyonder.co.uk/wattcp.htm
        (everything in ONE LINE, NO free space!)
  (*08) Link is still OK, see also:
http://web.archive.org/web/20050404155550/http://www.smashco.com/
wattcp.asp
        (everything in ONE LINE, NO free space!)

  Copyright © 2007 Ulrich Hansen, Mainz (Germany), updated 2010,
  2020 and 2022 by W.Spiegl.
  For more information see here.

  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2 or
  any later version published by the Free Software Foundation.
  A copy of the license is included in the section entitled
  "GNU Free Documentation License 1.2".