source: network-demos/netdemo/README @ cd8aff0

4.11network-demos-4-10-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch
Last change on this file since cd8aff0 was d51d8b5, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/01 at 18:11:44

2001-08-30 Joel Sherrill <joel@…>

  • 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.
  • Property mode set to 100644
File size: 771 bytes
Line 
1#
2# $Id$
3#
4
5A simple application to test some of the RTEMS/FreeBSD networking code.
6
7    **************************
8    *          NOTES         *
9    **************************
10
11BE SURE TO LOCALIZE networkconfig.h.  FAILURE TO DO SO MAY PROVOKE YOUR
12NETWORK ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE
13UPON YOU.
14
15Once this program is running on the target machine, you can test
16the network code by:
17
18 Typing commands at the target console:
19    - show network statistics
20    - transmit TCP packets
21    - transmit UDP packets
22    Run `telnet target_machine 24742' on another machines.
23 Everything you type should be echoed back and noted on
24 the target console.
25 You can run more than one telnet session at once.
26 You can use port number 24743 as well.
27
Note: See TracBrowser for help on using the repository browser.