| 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 |
| 4 | to generate traffic for testing network performance. Its primary focus is to |
| 5 | generate bulk data of various characteristics and use either TCP or UDP protocol |
| 6 | to transport data. |
| 7 | |
| 8 | '''ORBIT Traffic Generator''' Software consists of two components. |
| 9 | One is the '''OTG (ORBIT Traffic Generator)'''; the other is '''OTR (Orbit Traffic Receiver)'''. |
| 10 | They are used in pair to transmit and receive data respectively. The '''OTG''' software |
| 11 | has 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 |
| 15 | providing 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 | |
| 32 | Check 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] |