Changes between Version 2 and Version 3 of Tutorials/Layer2Ping/Procedure/Execute


Ignore:
Timestamp:
02/09/15 10:22:21 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Layer2Ping/Procedure/Execute

    v2 v3  
    1 = [http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/Exercise2/Procedure Getting Started With GENI - Part 2 Exercise 2] =
     1= [http://groups.geni.net/geni/wiki/Tutorials/Layer2Ping/Procedure Layer 2 Ping] =
    22{{{
    33#!html
     
    5454We will download and install a program that does Layer 2 pings on the server and client nodes.  Do this on both nodes:
    5555   {{{
    56    wget http://www.gpolab.bbn.com/experiment-support/Layer2Ping/pingPlus-0.2.tar.gz
     56   wget http://www.gpolab.bbn.com/experiment-support/PingPlus/pingPlus-0.2.tar.gz
    5757   tar xvfz pingPlus-0.2.tar.gz
    5858   }}}
     
    122122    {{{
    123123    cd
    124     wget http://www.gpolab.bbn.com/experiment-support/gec17/pingPlus/pingPlus_v3.tar.gz         tar xvfz pingPlus_v3.tar.gz
     124    wget http://www.gpolab.bbn.com/experiment-support/PingPlus/pingPlus_v3.tar.gz         tar xvfz pingPlus_v3.tar.gz
    125125    cd pingPlus_v3
    126126    }}}
    127127 The file {{{pingPlus.c}}} in this directory will have the solution.   The statements that do the timing measurement are around lines 151 and 175.
    128128
    129 = [wiki:GEC17Agenda/GettingStartedWithGENI_II/Exercise2/Procedure/Finish Next: Finish] =
     129= [wiki:Tutorials/Layer2Ping/Procedure/Finish Next: Finish] =