Changes between Initial Version and Version 1 of Old/OTG


Ignore:
Timestamp:
Sep 25, 2005, 7:13:19 PM (19 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/OTG

    v1 v1  
     1= Welcome to OTG =
     2
     3'''OTG (ORBIT Traffic Generator)''' software is designed for in NSF '''[http://www.orbit-lab.org ORBIT ]''' Testbed Project. It is a typical application to inject packets into the network and test the link performanacesuch, similar to [http://www.netperf.org/netperf/NetperfPage.html Netperf]. ORBIT Traffic Generator is a special tool for ORBIT experimenters
     4to generate traffic for testing network performance.  Its primary focus is to
     5generate bulk data of various characteristics and use either TCP or UDP protocol
     6to transport data.
     7
     8'''ORBIT Traffic Generator''' Software consists of two components.
     9One is the '''OTG (ORBIT Traffic Generator)'''; the other is '''OTR (Orbit Traffic Receiver)'''.
     10They are used in pair to transmit and receive data respectively. The '''OTG''' software
     11has a flexible design to support various configuration of generators such as
     12''CBR'' and ''exponential on/off'' traffic.
     13
     14'''OTG''' is also integrated with [http://svn.orbit-lab.org/projects/oml OML] componet for
     15providing real-time measurements for network applications.
     16
     17== Starting Points ==
     18
     19 * [wiki:OTG/FAQ FAQ]
     20 * UserManual
     21 * [wiki:OTG/ArchitectureDesign Architecture Design]
     22 * [wiki:OTG/WritingTrafficGenerators Writing New Traffic Generators]
     23 * [wiki:OTG/DebianPackageInformation Debian Package Information]
     24
     25== Scripts Download ==
     26 * [wiki:OTG/ApplicationDef Application Definition] 
     27 * [wiki:OTG/PrototypeDef Prototype Definition]
     28 * [wiki:OTG/ExpDef Experiments]
     29
     30== For Developers ==
     31
     32Check out source using [http://www.subversion.org subversion] at http://svn.orbit-lab.org/svn/orbit/otg/trunk. [[BR]]
     33[wiki:OTG/DebugNote Debugging Notes]