Changes between Version 5 and Version 6 of Tutorials/ICDCS2013/GettingStartedWithGENI_I/Procedure/Execute
- Timestamp:
- 07/05/13 11:38:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/ICDCS2013/GettingStartedWithGENI_I/Procedure/Execute
v5 v6 56 56 wget http://www.gpolab.bbn.com/experiment-support/Layer2Ping/pingPlus-0.2.tar.gz 57 57 }}} 58 2. Decompress and compilethe pingPlus software:58 2. Decompress the pingPlus software: 59 59 {{{ 60 60 tar xvfz pingPlus-0.2.tar.gz 61 }}} 62 3. Compile the pingPlus software: 63 {{{ 61 64 cd pingPlus-0.2 62 65 make 63 66 }}} 64 3. Your output should look like this:67 4. Your output should look like this: 65 68 {{{ 66 69 client:~% wget http://www.gpolab.bbn.com/experiment-support/Layer2Ping/pingPlus-0.2.tar.gz … … 101 104 gcc packetFunctions.o pingPlus.o -o pingPlus 102 105 }}} 106 5. Repeat the above on the second VM. 103 107 104 108 == 5. Execute Experiment ==