Changes between Version 6 and Version 7 of GEC16Agenda/WiMAX-Tutorial/Coop/02


Ignore:
Timestamp:
07/22/13 21:11:29 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

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

    v6 v7  
    33== Instrumenting Coopshim with OML ==
    44
    5 The coopshim application is an [http://affix.poly.edu/ AFFIX] wrapper and is written in Python. After verifying that it works, we used the instructions on the [https://pypi.python.org/pypi/oml4py/ oml4py] library homepage to instrument the script. We set up three ''measurement points'' (database tables)  in the script:
     5The coopshim application is an [http://affix.poly.edu/ AFFIX] wrapper and is written in Python. After verifying that it works, we used the instructions on the [https://pypi.python.org/pypi/oml4py/ oml4py] library homepage to instrument the script. We set up ''measurement points'' (database tables)  in the script. Some of the measurement tables we set up are:
    66
    77 * ''req'' - used to store information about requests between nodes
     
    99 * ''sent'' - used to store information about recovery packets sent from nodes
    1010
     11
     12They were set up in the Python application as follows:
    1113
    1214{{{