source: network-demos/netdemo/README @ c87143a

4.11ERIC-NORUMnetdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch Demos-30May1998
Last change on this file since c87143a was c87143a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/98 at 14:42:29

base from Eric Norum -- Demos.30May1998.tar.gz

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