Changes between Version 10 and Version 11 of BaseInstall


Ignore:
Timestamp:
Jan 22, 2009, 9:25:18 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v10 v11  
    2828== Running the !PingPong Sample ==
    2929
    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:
     30The !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:
    3131
    3232{{{
     
    3434}}}
    3535
    36 If this will fail to find the {{{libariba}} you may have to set the {{{LD_LIBRARY_PATH} correct:
     36If this will fail to find the {{{libariba}}} you may have to set the {{{LD_LIBRARY_PATH}}} correct:
    3737{{{
    3838> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib
     
    4848 * {{{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}}}
    4949
    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.
     50Once 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.
    5151
    5252== Prequisites ==