Changes between Version 14 and Version 15 of GENIExperimenter/Tutorials/WiMAXOpenFlow


Ignore:
Timestamp:
07/23/14 11:37:24 (10 years ago)
Author:
Ryan Izard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/WiMAXOpenFlow

    v14 v15  
    99
    1010== Prerequisites: ==
    11   - An Orbit account. Visit www.orbit-lab.org for details on obtaining an account. For the tutorial at GEC18, a tutorial account will be provided for you.
     11  - An Orbit account. Visit www.orbit-lab.org for details on obtaining an account. For the tutorial at GEC18, GEC20, and the GREE-SC2014, a tutorial account will be provided for you.
    1212  - A reservation on an Orbit testbed. Sandbox #4 (sb4) can be use for up to eight nodes. The grid testbed can support up to 400 nodes.
    1313  - SSH access to the Orbit testbed. For this, you will need to SSH with the public key associated with your Orbit account.
     
    1717== Tools: ==
    1818  - The Client and Server images on Orbit (we have already installed these items):
    19     - Server image: rizard-gec20-server.ndz
    20     - Client image: rizard-gec20-client.ndz
     19    - Server image: rizard-greesc2014-server.ndz
     20    - Client image: rizard-greesc2014-client.ndz
    2121    - OpenVPN. This tool is used to create the internal tap interface, over which all client applications send and receive packets: http://wiki.debian.org/OpenVPN
    2222    - Floodlight OpenFlow Controller. The Java-based OpenFlow controller used to switch between the !WiFi and WiMAX interfaces of the client.
     
    2727      - Installation: http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL;hb=HEAD
    2828  - Within the AP image on Orbit (we have already installed these items):
    29     - AP image: rizard-gec20-ap.ndz
     29    - AP image: rizard-greesc2014-ap.ndz
    3030    - hostapd. The software package used to create a !WiFi access point from an off-the-shelf !WiFi card. Information: www.hostapd.org??? Installation: ???
    3131
     
    3636
    3737== Resources: ==
     38  - GREE-SC2014 Slides: attached
     39  - TRIDENTCOM Paper: attached
    3840  - Floodlight: http://www.projectfloodlight.org/floodlight/
    3941  - Handoff Code: https://github.com/rizard/openflow-vertical-handoff (ongoing project... check back often)