home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / freenet_2 < prev    next >
Text File  |  1999-04-27  |  2KB  |  50 lines

  1. Title:            FREENET
  2. Author:            Tom Hughes (freenet@compton.demon.co.uk)
  3. Version:        2.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Tom Hughes (freenet@compton.demon.co.uk)
  8. Date:            01/10/96
  9. Keywords:        Communications software
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/d112
  17. Date mounted/updated:    21/10/96
  18. File names:        freenet.arc
  19. Unarchived files:    46
  20. Unarchived size:    447 kbytes
  21. Omissions:        
  22. See also:        KA9Q (a159)
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. The FreeNet package is centred around the FreeNet module which is a
  35. full TCP/IP stack providing a SWI call interface to the BSD socket
  36. calls, and which matches the SWIs provided by Acorn's TCP/IP suite. As
  37. a result, client programs should be interchangeable between the
  38. two. It also uses the same hardware drivers as Acorn TCP/IP so that
  39. these two are interchangeable.
  40.  
  41. The package includes two hardware drivers. The first is a loopback
  42. driver, which simply returns packets to the sender, and is provided
  43. mainly for testing purposes. The second is a SLIP driver which
  44. supports the use of serial interfaces. FreeNet will also work with
  45. ethernet cards, using the driver supplied with the card.
  46.  
  47. Also provided are a number of simple client programs, useful mostly
  48. for testing and debugging the configuration of FreeNet. These include
  49. ping, traceroute, finger and whois clients.
  50.