Changes between Version 2 and Version 3 of GEC16Agenda/WiMAX-Tutorial/Streamload/03


Ignore:
Timestamp:
03/17/13 20:33:03 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/03

    v2 v3  
     1'''[wiki:GEC16Agenda/WiMAX-Tutorial/Streamload/02 Previous]'''
     2
    13== Writing an OMF Application Wrapper ==
    24
    3 '''[wiki:GEC16Agenda/WiMAX-Tutorial/Streamload/02 Previous]'''
     5To run the streamload client as a full OMF application (which allows him to more easily change settings, etc. at experiment runtime), he also wrote a simple
     6OMF application wrapper in Ruby. This wrapper just gives some basic information about the application, the parameters that can be passed at the command line, and the OML measurement points that have been defined in the application:
     7
    48
    59{{{
     
    913   app.path = "/root/streamload"
    1014   app.version(1, 0, 0)
    11    app.shortDescription = "StreamLoad"
    12    app.description = "StreamLoad Scalable Video Downloader"
     15   app.shortDescription = "streamload"
     16   app.description = "streamload scalable video downloader"
    1317   
    1418   app.defProperty("url", "URL of video source", "-u",