summaryrefslogtreecommitdiffstats
path: root/netdemo
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 /netdemo
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 'netdemo')
-rw-r--r--netdemo/README35
1 files changed, 15 insertions, 20 deletions
diff --git a/netdemo/README b/netdemo/README
index 143b7b6..80bd7aa 100644
--- a/netdemo/README
+++ b/netdemo/README
@@ -2,31 +2,26 @@
# $Id$
#
-A simple application to test some of the KA9Q networking code.
+A simple application to test some of the RTEMS/FreeBSD networking code.
**************************
* NOTES *
**************************
-1. Make sure you change the definition of MY_ETHERNET_ADDRESS in init.c
- before you try to use this program.
+BE SURE TO LOCALIZE networkconfig.h. FAILURE TO DO SO MAY PROVOKE YOUR
+NETWORK ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE
+UPON YOU.
-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 program.
+Once this program is running on the target machine, you can test
+the network code by:
-FAILURE TO FOLLOW THE ABOVE INSTRUCTIONS MAY PROVOKE YOUR NETWORK
-ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE UPON YOU.
-
-3. Once this program is running on the target machine, you can test
- the network code by:
- a) Typing commands at the target console:
- s - show network statistics
- t - transmit TCP packets
- u - transmit UDP packets
- b) Run `telnet target_machine 24742' on another machines.
- Everything you type should be echoed back and noted on
- the target console.
- You can run more than one telnet session at once.
- You can use port number 24743 as well.
+ Typing commands at the target console:
+ - show network statistics
+ - transmit TCP packets
+ - transmit UDP packets
+ Run `telnet target_machine 24742' on another machines.
+ Everything you type should be echoed back and noted on
+ the target console.
+ You can run more than one telnet session at once.
+ You can use port number 24743 as well.