Version 1 (modified by 12 years ago) (diff) | ,
---|
The Idea
Experiment Design
Step 1: Create the application that you want to run on the nodes.
In this case, we will run two applications: a sensor application that collects measurements from temperature, humidity, and light sensors attached to the node, and a wmxstat application that collects measurements about the state of the WiMAX link.
Both of these applications are Ruby scripts.
Step 2: Instrument the applications with OML so that you can collect measurements from them during experiment runtime.
These applications were instrumented with the oml4r Ruby client library.
OML client libraries are also available for Python and C or C++.