source: network-demos/README @ 236963f

4.11network-demos-4-10-branch
Last change on this file since 236963f was d51d8b5, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/01 at 18:11:44

2001-08-30 Joel Sherrill <joel@…>

  • README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged missing stuff from 4.5 branch.
  • http/Makefile, http/init.c: Minor modifications to improve buildability.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2# $Id$
3#
4
5This directory contains a set of network tests and demonstrations
6programs. 
7
8    netdemo  - simplest test, echos data on sockets
9    dnstest  - test of DNS client
10    http     - test of GoAhead web server
11    netlink  - link only test to evaluate code space requirement
12               of network stack, ftpd, and httpd
13    ntp      - test of network time protocol client
14    rpc_demo - test of RPC library
15    select   - test of select() routine functionality
16    tftpTest - test of TFTP (Trivial FTP) client filesystem
17    ttcp     - TTCP throughput test
18
19The file networkconfig.h MUST be configured to reflect your local
20network according to the included Configuration Notes.
21
22CONFIGURATION NOTES
23===================
24
251. Make sure you change the definition of MY_ETHERNET_ADDRESS in
26   networkconfig.h before you try to use any of the network
27   demonstration programs.
28
292. If you do not use BOOTP (i.e. the `#define USE_BOOTP 1' in init.c is
30   removed), make sure you change the definition of MY_INTERNET_ADDRESS
31   before you try to use the programs.
32
33FAILURE TO FOLLOW THE ABOVE INSTRUCTIONS MAY PROVOKE YOUR NETWORK
34ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE UPON YOU.
35
Note: See TracBrowser for help on using the repository browser.