Changes between Version 43 and Version 44 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Sep 30, 2014, 1:56:22 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v43 v44 2 2 = WiMAX Tutorial 2: OMF based WiMAX experiments = 3 3 4 5 [[TOC(Tutorials/WiMAX/*, depth=2)]] 6 7 This is a continuation of the [wiki:Tutorials/WiMAX/Tutorial1 WiMAX Tutorial and Primer]. 4 [[TOC(Tutorials/g0WmLTE*)]] 8 5 9 6 == Prerequisites == … … 11 8 This tutorial series assumes you have an [http://www.orbit-lab.org/userManagement/register ORBIT account], have [https://www.orbit-lab.org/schedule/ scheduled a session] on the ORBIT test bed, are familiar with [http://en.wikipedia.org/wiki/Secure_Shell SSH]'ing [http://www.orbit-lab.org/wiki/Tutorial/HelloWorld#a4.RunningtheHelloWorldexperiment into the test bed itself, and are familiar with the basics of running ORBIT experiments]. If you have not done these things yet, you may wish to do so before taking a look at this slightly more advanced experiment. If you are unfamiliar with or are entirely new to ORBIT, you may wish to start [http://www.orbit-lab.org/ here]. 12 9 13 14 == Difficulty ==15 16 This tutorial is of intermediate difficulty. In addition to the knowledge from the previous tutorial, basic understanding of the [http://mytestbed.net/projects/omf/wiki/OEDL-5-3 ORBIT Experiment Description Language] (OEDL) and its source language, [http://www.ruby-lang.org/en/ Ruby] (and especially [http://rubylearning.com/satishtalim/ruby_blocks.html blocks] within Ruby), are '''strongly''' recommended. Furthermore, fluency in low-level computer networking concepts such as IP is assumed. Familiarity with the networking diagnostic tool ''iperf'' will be helpful but is not required.17 ----18 19 10 == About This Experiment == 20 11 21 This tutorial section is adapted from the tutorials at [http://witestlab.poly.edu/index.php/tutorial.html NYU Poly WITest lab] and expanded from the more concise [http://wimax.orbit-lab.org/wiki/WiMAX/30/07#a18.GEC13:TutorialsfromPolyNYU ORBIT adaptations] done previously. As before, we will perform our experiment on Sandbox 4, providing some background information at each step. For more information, see the relevant documentation for each step at one of the source websites. '''This experiment uses OMF Version 5.3, also known as omf-5.3.'''12 This tutorial section is adapted from the tutorials at [http://witestlab.poly.edu/index.php/tutorial.html NYU Poly WITest lab] and expanded from the more concise [http://wimax.orbit-lab.org/wiki/WiMAX/30/07#a18.GEC13:TutorialsfromPolyNYU ORBIT adaptations] done previously. As before, we will perform our experiment on Sandbox 4, providing some background information at each step. For more information, see the relevant documentation for each step at one of the source websites. 22 13 23 14 ---- … … 28 19 === The Code === 29 20 30 The following are the links to experiment Description script and the underlying codes . In the interest of saving space, they are not posted directly to this page.21 The following are the links to experiment Description script and the underlying codes 31 22 32 * [ http://www.orbit-lab.org/attachment/wiki/Tutorials/WiMAX/Tutorial2/wimax_ed.rb Experiment Description] [[BR]]33 * [ http://www.orbit-lab.org/attachment/wiki/Tutorials/WiMAX/Tutorial2/iperf.rb iperf app description] [[BR]]34 * [ http://www.orbit-lab.org/attachment/wiki/Tutorials/WiMAX/Tutorial2/wimaxcu_app.rb wimaxcu_app description] [[BR]]35 * [ http://www.orbit-lab.org/attachment/wiki/Tutorials/WiMAX/Tutorial2/wmxstat wmxstat program] [[BR]]23 * [attachment:wimax_ed.rb Experiment Description] [[BR]] 24 * [attachment:iperf.rb iperf app description] [[BR]] 25 * [attachment:wimaxcu_app.rb wimaxcu_app description] [[BR]] 26 * [attachment:wmxstat wmxstat program] [[BR]] 36 27 37 28 38 At this point, we will give a primer on OMF and some of the functions inside the experiment. To skip to the experiment itself, [http://www.orbit-lab.org/wiki/Tutorials/WiMAX/Tutorial2#LaunchExperiment click here]. 29 At this point, we will give a primer on OMF and some of the functions inside the experiment. 30 39 31 40 32 ----