Changes between Version 24 and Version 25 of Internal/OpenFlow/DemoAPImage


Ignore:
Timestamp:
Oct 13, 2010, 9:59:06 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/DemoAPImage

    v24 v25  
    11= GEC 9 Demo AP / Client Node Image =
    2 
    3 
    4 {{{
    5 Ubuntu Version: 10.04
    6 Current Image Name: repository1:/export/orbit/image/GEC9DemoAP.ndz
    7 }}}
    8 
    9 Installed software from Baseline Should Include:
    10  * HostAPD - Apt Package
    11  * Netsnmp - 2 Apt packages
    12  * !OpenVswitch - Downloaded from http://openvswitch.org/releases/openvswitch-1.1.0pre1.tar.gz
    13    [[BR]]Additional Packages Required:
    14    * libssl-dev
    15    * pkg-configure (complains SSL is not found if this is not installed)
    16    * ''Optional'' python-json
    17    * ''Optional'' python-qt4
    18    * ''Optional'' python-zopeinterface
    19    * ''Optional'' python-twisted-conch
    20  * ''!MadWifi'' - was requested but omitted, I think they just need generic Wireless drivers. Ath5k drivers are installed by default. modprobe ath5k enumerates the devices.
    21  * VLC - Apt package
    22  * Wimax driver.
    23  * Free-nx
     2=== AP (lives on outdoor Nodes) ===
     3 * Ubuntu Version: 9.10
     4 * Current Image Name:
     5 * Installed software from Baseline Should Include:
     6  * Apt-packages
     7   * build-essential
     8   * hostapd
     9   * git-core
     10   * autoreconf l
     11   * ibtool
     12   * pkg-config
     13   * linux-source
     14   * snmp
     15   * snmpd
     16  * Openflow package from openflow.org git (see 10/13/2010 notes)
     17=== Client (lives on SL510) ===
     18 * Ubuntu Version: 10.10
     19  * defered: VLC - Apt package
     20  * defered: Free-nx
     21  * wimax dirver and utlities
     22  * atk5k and intel wireless driver (installed by default)
     23  * kerenel 2.6.35 (for wimax driver)
     24  * video drivers/software to feed to dc.
    2425
    2526----
     
    324325=== 10/13/2010 ===
    325326
    326 We're abondonning the openvswithc software in favor of standfords home brew swtich stuff.
     327We're abandoning the openvswitch software in favor of Stanfords reference switch implementation.
    327328
    328329Starting from 5.2 baseline:
     
    339340 1. Get the build tools and hostpad
    340341    {{{
    341 apt-get install build-essential hostapd git-core autoreconf libtool pkg-config linux-source
     342apt-get install build-essential hostapd git-core autoreconf libtool pkg-config linux-source snmp snmpd
    342343}}}
    343344 1. Get their software switch