summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-31 18:11:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-31 18:11:44 +0000
commitd51d8b5b51c6a0286eb1f7952b81799f3b0ef3eb (patch)
tree22f4af00c66dd8c4de09e758d5b6a3a6dd2a5584 /README
parent2000-12-14 Eric Norum <eric.norum@usask.ca> (diff)
downloadnetwork-demos-d51d8b5b51c6a0286eb1f7952b81799f3b0ef3eb.tar.bz2
2001-08-30 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 35 insertions, 0 deletions
diff --git a/README b/README
index e69de29..fd73bfe 100644
--- a/README
+++ b/README
@@ -0,0 +1,35 @@
+#
+# $Id$
+#
+
+This directory contains a set of network tests and demonstrations
+programs.
+
+ netdemo - simplest test, echos data on sockets
+ dnstest - test of DNS client
+ http - test of GoAhead web server
+ netlink - link only test to evaluate code space requirement
+ of network stack, ftpd, and httpd
+ ntp - test of network time protocol client
+ rpc_demo - test of RPC library
+ select - test of select() routine functionality
+ tftpTest - test of TFTP (Trivial FTP) client filesystem
+ ttcp - TTCP throughput test
+
+The file networkconfig.h MUST be configured to reflect your local
+network according to the included Configuration Notes.
+
+CONFIGURATION NOTES
+===================
+
+1. Make sure you change the definition of MY_ETHERNET_ADDRESS in
+ networkconfig.h before you try to use any of the network
+ demonstration programs.
+
+2. If you do not use BOOTP (i.e. the `#define USE_BOOTP 1' in init.c is
+ removed), make sure you change the definition of MY_INTERNET_ADDRESS
+ before you try to use the programs.
+
+FAILURE TO FOLLOW THE ABOVE INSTRUCTIONS MAY PROVOKE YOUR NETWORK
+ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE UPON YOU.
+