Changes between Version 22 and Version 23 of Internal/OpenFlow/DemoAPImage


Ignore:
Timestamp:
Oct 13, 2010, 8:03:15 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/DemoAPImage

    v22 v23  
    339339 1. Get the build tools and hostpad
    340340    {{{
    341 apt-get install build-essential hostapd git-core autoreconf libtool
     341apt-get install build-essential hostapd git-core autoreconf libtool pkg-config linux-source
    342342}}}
    343343 1. Get their software switch
     
    345345git clone git://openflowswitch.org/openflow
    346346}}}
    347  1.
     347 1. bootstrap, configure, make
     348 1. Startup ofdatapath, later I'll need to specify a dpid
     349    {{{
     350root@node1-7:/opt/openflow# ./udatapath/ofdatapath --detach punix:/var/run/dp0 -i wlan0,exp0
     351RTNETLINK answers: No such file or directory
     352}}}
     353 1. Startup seechan, had to add it to nox since I never specifed a DPID
     354    {{{
     355./secchan/ofprotocol -D --inactivity-probe 5 --fail=closed unix:/var/run/dp0 tcp:nox.orbit-lab.org:6633
     356}}}
     357 1. Editing Hostapd.conf, listing modifined lines
     358{{{
     359bridge=tap0
     360driver=nl80211
     361ssid=JAMES
     362hw_mode=b
     363channel=1
     364}}}
     365