Changes between Version 10 and Version 11 of BaseInstall
- Timestamp:
- Jan 22, 2009, 9:25:18 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v10 v11 28 28 == Running the !PingPong Sample == 29 29 30 The PingPong binary {{{pingpong}}} is installed in {{{build/bin}}}. It has one parameter, a configuration file. You can find sample configuration files in the {{{etc/pingpongconfig}}} folder. Three configuration files are provided. You can start the initiator as follows:30 The !PingPong binary {{{pingpong}}} is installed in {{{build/bin}}}. It has one parameter, a configuration file. You can find sample configuration files in the {{{etc/pingpongconfig}}} folder. Three configuration files are provided. You can start the initiator as follows: 31 31 32 32 {{{ … … 34 34 }}} 35 35 36 If this will fail to find the {{{libariba}} you may have to set the {{{LD_LIBRARY_PATH} correct:36 If this will fail to find the {{{libariba}}} you may have to set the {{{LD_LIBRARY_PATH}}} correct: 37 37 {{{ 38 38 > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib … … 48 48 * {{{BASE_port}}} - the local port the node should bind on. If this entry is not present, the node will bind on a default Ariba port - sample value: {{{5010}}} 49 49 50 Once the PingPong sample is running and the nodes have connected, the initiator will send ping messages to the joined nodes every 2 seconds. You can now e.g. test mobility of Ariba and change the IP address of a node, or swith from LAN connection to WLAN. The Links established by thePingPong sample through Ariba are mobility invariant and automatically repaired.50 Once the !PingPong sample is running and the nodes have connected, the initiator will send ping messages to the joined nodes every 2 seconds. You can now e.g. test mobility of Ariba and change the IP address of a node, or swith from LAN connection to WLAN. The Links established by the !PingPong sample through Ariba are mobility invariant and automatically repaired. 51 51 52 52 == Prequisites ==