Changes between Initial Version and Version 1 of GEC16Agenda/WiMAX-Tutorial/Coop/04


Ignore:
Timestamp:
03/20/13 16:09:27 (11 years ago)
Author:
dmeyer@cs.wisc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Coop/04

    v1 v1  
     1'''[wiki:GEC16Agenda/WiMAX-Tutorial/Coop/03 Previous]'''
     2
     3== Application Wrappers ==
     4
     5When an OML-enabled application is run using OMF, the application itself is installed on the resource and a simple [https://mytestbed.net/projects/omf/wiki/BasicTutorialStage3-5-2 OMF application wrapper] is installed on the console where the OMF Experiment Controller runs. 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.
     6
     7For example, here's the wrapper for the OML-ized VLC:
     8
     9{{{
     10#!ruby
     11
     12Paste Wrapper here!
     13
     14}}}
     15
     16
     17
     18
     19'''[wiki:GEC16Agenda/WiMAX-Tutorial/Coop/05 Next]'''