Changes between Version 1 and Version 2 of Old/OtherApps/ScriptsRepository
- Timestamp:
- Feb 17, 2006, 9:27:52 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/OtherApps/ScriptsRepository
v1 v2 1 [wiki:WikiStart Orbit] > [wiki: OtherApps Other Applications] > Iperf Scripts1 [wiki:WikiStart Orbit] > [wiki:Documentation/OtherApps Other Applications] > Iperf Scripts 2 2 3 3 = Application Definition Schema = … … 70 70 # Create an application representation from scratch 71 71 # 72 require ' appDefinition'72 require 'handler/appDefinition' 73 73 74 74 a = AppDefinition.create('test:app:iperfs') … … 129 129 # Create an application representation from scratch 130 130 # 131 require ' appDefinition'131 require 'handler/appDefinition' 132 132 133 133 a = AppDefinition.create('test:app:iperfr') … … 187 187 # Define a prototype 188 188 # 189 require ' prototype'190 require ' filter'191 require ' appDefinition'189 require 'handler/prototype' 190 require 'handler/filter' 191 require 'handler/appDefinition' 192 192 193 193 p = Prototype.create("test:proto:iperfudpsender") … … 229 229 # 230 230 231 require ' prototype'232 require ' filter'233 require ' appDefinition'231 require 'handler/prototype' 232 require 'handler/filter' 233 require 'handler/appDefinition' 234 234 235 235 p = Prototype.create("test:proto:iperfudpreceiver") … … 269 269 # Define a prototype 270 270 # 271 require ' prototype'272 require ' filter'273 require ' appDefinition'271 require 'handler/prototype' 272 require 'handler/filter' 273 require 'handler/appDefinition' 274 274 275 275 p = Prototype.create("test:proto:iperftcpsender") … … 311 311 # 312 312 313 require ' prototype'314 require ' filter'315 require ' appDefinition'313 require 'handler/prototype' 314 require 'handler/filter' 315 require 'handler/appDefinition' 316 316 317 317 p = Prototype.create("test:proto:iperftcpreceiver")