source: network-demos/README @ 9377158

rtems-4-5-branch
Last change on this file since 9377158 was 6bdadef, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/00 at 22:33:53

Typo fixed.

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[6e3f1e6]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
[6bdadef]27   demonstration programs.
[6e3f1e6]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
[6bdadef]31   before you try to use the programs.
[6e3f1e6]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.