source: network-demos/netdemo/README @ 2fe49d5

netdemos-19980808
Last change on this file since 2fe49d5 was 2fe49d5, checked in by cvs2git <rtems-devel@…>, on 08/08/98 at 17:51:31

This commit was manufactured by cvs2svn to create tag 'netdemos-19980808'.

Sprout from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz'
Cherrypick from master 1998-08-08 17:51:30 UTC Joel Sherrill <joel.sherrill@…> 'Added print.':

DEBUG.hints
DEBUG.linux
netdemo/Makefile
netdemo/README
netdemo/init.c
netdemo/test.c
tftpTest/init.c
ttcp/init.c
usercfg.h

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2# $Id$
3#
4
5A simple application to test some of the KA9Q networking code.
6
7    **************************
8    *          NOTES         *
9    **************************
10
111. Make sure you change the definition of MY_ETHERNET_ADDRESS in init.c
12   before you try to use this program.
13
142. If you do not use BOOTP (i.e. the `#define USE_BOOTP 1' in init.c is
15   removed), make sure you change the definition of MY_INTERNET_ADDRESS
16   before you try to use the program.
17
18FAILURE TO FOLLOW THE ABOVE INSTRUCTIONS MAY PROVOKE YOUR NETWORK
19ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE UPON YOU.
20
213. Once this program is running on the target machine, you can test
22   the network code by:
23        a) Typing commands at the target console:
24                s - show network statistics
25                t - transmit TCP packets
26                u - transmit UDP packets
27        b) Run `telnet target_machine 24742' on another machines.
28           Everything you type should be echoed back and noted on
29           the target console.
30           You can run more than one telnet session at once.
31           You can use port number 24743 as well.
32
Note: See TracBrowser for help on using the repository browser.