source: network-demos/README

Last change on this file was af6a124, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/12 at 21:23:55

network-demos - Remove CVS Ids (scripted)

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