home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / comms / a / freenet / !FreeNet_Docs_FreeNet < prev    next >
Encoding:
Text File  |  1995-05-19  |  3.1 KB  |  79 lines

  1.                         The FreeNet TCP/IP Stack
  2.  
  3.                           (C) Tom Hughes 1995
  4.  
  5. 0. Copyright
  6.  
  7.   The FreeNet module and application and the tools and documentation
  8.   that go with them are all copyright. They are however released as
  9.   freeware subject to certain terms and conditions. These are described
  10.   in the file named 'Licence' which should have accompanied this
  11.   document.
  12.  
  13. 1. Introduction
  14.  
  15.   This file provides an overview of the FreeNet TCP/IP stack. It is
  16.   supplied with a number of files providing further, more detailed
  17.   information on configuring and using FreeNet.
  18.  
  19.   The FreeNet package is centred around the FreeNet module which is a
  20.   full TCP/IP stack providing a SWI call interface to the BSD socket
  21.   calls, and which matches the SWIs provided by Acorn's TCP/IP suite. As
  22.   a result, client programs should be interchangeable between the
  23.   two. It also uses the same hardware drivers as Acorn TCP/IP so that
  24.   these two are interchangeable.
  25.  
  26.   The package includes two hardware drivers. The first is a loopback
  27.   driver, which simply returns packets to the sender, and is provided
  28.   mainly for testing purposes. The second is a SLIP driver which
  29.   supports the use of serial interfaces. FreeNet will also work with
  30.   ethernet cards, using the driver supplied with the card.
  31.  
  32.   Also provided are a number of simple client programs, useful mostly
  33.   for testing and debugging the configuration of FreeNet. These include
  34.   ping, traceroute, finger and whois clients.
  35.  
  36. 2. Credits
  37.  
  38.   There are a large number of people that need to be thanked for their
  39.   help during the development of FreeNet, including all the beta testers
  40.   and those who have given me ideas. Those needing particular mention
  41.   are:
  42.  
  43.   Adam Goodfellow for providing me with various things (including the
  44.   loopback driver and DNS module) that made life a lot easier and
  45.   greatly reduced the amount of work I had to do.
  46.  
  47.   Mark Smith for doing vast amounts of alpha testing at all times of the
  48.   day and night, and helping me to find an inumerable number of bugs in
  49.   early versions of the software.
  50.  
  51.   Paul Lebeau for the FreeNet, FreeUser and FreeTerm icons which are
  52.   far, far better than my efforts.
  53.  
  54. 3. Contacting the author
  55.  
  56.   All queries, bug reports, cash, freebies or anything else you want
  57.   should be sent by email to freenet@compton.demon.co.uk, or by snail
  58.   mail to:
  59.  
  60.       Tom Hughes
  61.       5 Lampits
  62.       Hoddesdon
  63.       Hertfordshire
  64.       EN11 8EH
  65.  
  66.   There is a mailing list for people interested in FreeNet and its
  67.   development. To join the list, send mail to my MailList server, whose
  68.   address is maillist@compton.demon.co.uk with a subject line that
  69.   contains the text 'SIGNON freenet-l'.
  70.  
  71.   If you wish to receive an automatic mailing detailing the current
  72.   version of FreeNet, together with expected future developments, send
  73.   an email message to maillist@compton.demon.co.uk with a subject line
  74.   containing the text 'SEND freenet.info'.
  75.  
  76.   Similarly, mail to maillist@compton.demon.co.uk with a subject line
  77.   containing the text 'SEND freenet.bugs' will get you a list of
  78.   currently known bugs, together with their current status.
  79.