Changes between Version 5 and Version 6 of Tutorials/ICDCS2013/GettingStartedWithGENI_I/Procedure/Execute


Ignore:
Timestamp:
07/05/13 11:38:10 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/ICDCS2013/GettingStartedWithGENI_I/Procedure/Execute

    v5 v6  
    5656wget http://www.gpolab.bbn.com/experiment-support/Layer2Ping/pingPlus-0.2.tar.gz
    5757}}}
    58  2. Decompress and compile the pingPlus software:
     58 2. Decompress the pingPlus software:
    5959{{{
    6060tar xvfz pingPlus-0.2.tar.gz
     61}}}
     62 3. Compile the pingPlus software:
     63{{{
    6164cd pingPlus-0.2
    6265make
    6366}}}
    64  3. Your output should look like this:
     67 4. Your output should look like this:
    6568{{{
    6669client:~% wget http://www.gpolab.bbn.com/experiment-support/Layer2Ping/pingPlus-0.2.tar.gz
     
    101104gcc  packetFunctions.o pingPlus.o -o pingPlus
    102105}}}
     106  5. Repeat the above on the second VM.
    103107
    104108== 5.  Execute Experiment ==