wiki:WiMAX/30/07
close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 5 (modified by Nilanjan Paul, 12 years ago) ( diff )

18. GEC13: Tutorials from Poly@NYU

Description

These are hand-on tutorials which provide experience in creating and executing WiMAX experiments on the orbit-lab WiMAX testbed. The original experiments are written by Fraida Fund from Poly@NYU. The following is a link to the original experiments that can be run on WITest.

Modifications from WITest

The experiments have been modified to run on the WiMAX testbed in the orbit-lab. The following modifications were done to get the experiment running:

  1. Added /usr/bin/wmxstat to a baseline WiMAX image that run on the node. The new image has been saved as baseline-gec13.ndz.
  2. Added /usr/share/omf-expctl-5.3/repository/test/app/wimaxcu_app.rb in the experiment controller (sb4). Click here to view file.
  3. Added the following snippet to /usr/share/omf-expctl-5.3/repository/test/app/iperf.rb in the experiment controller (sb4). Click here to view file.
      a.defMeasurement("UDP_Rich_Info"){ |m|
        m.defMetric('ID', :long)
        m.defMetric('Begin_interval', :float)
        m.defMetric('End_interval', :float)
        m.defMetric('Transfer', :float)
        m.defMetric('Bandwidth', :float)
        m.defMetric('Jitter', :float)
        m.defMetric('Packet_Lost', :long)
        m.defMetric('Total_Packet', :long)
        m.defMetric('PLR', :float)
      }
    
  1. The experiment description was also modified to:
    1. reflect the node's host name for sandbox 4.
    2. added network configuration for the wimax interface
    3. use properties to change pass different node host name from command line.

The following are the experiment description scripts.

The experiments are geared towards sandbox 4 however they can be scripted for the outdoor resources with some modifications.

Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.