Changes between Version 10 and Version 11 of Tutorials/c0WiFi/Tutorial3


Ignore:
Timestamp:
May 25, 2016, 5:33:00 PM (8 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/c0WiFi/Tutorial3

    v10 v11  
    11[[TOC(Tutorials/c0WiFi*)]]
    22
    3 == Wifi Tutorial: Access point with multiple clients ==
    4 
    5 This tutorial shows how an experiment script configures an access point (AP) and multiple clients for performance testing with iperf. In this experiment script, we'll use an OMF feature to define an application header for iperf and run this application on the AP and access points.
     3== !WiFi Tutorial: Access point with multiple clients ==
     4
     5=== Prerequisites ===
     6
     7This 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].
     8
     9=== About This Experiment ===
     10
     11This tutorial shows how an experiment script configures multiple nodes to work as an access point (AP) and multiple clients for performance testing with [http://en.wikipedia.org/wiki/Iperf iperf]. In this experiment script, we'll use an OMF feature to define an application header for iperf and run this application on the AP and access points.
    612
    713=== Experiment Script ===