orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
IcePingAn equivalent to Unix ping for Orca components and Ice infrastructure.
More... |
ice_ping
method available for all Ice objects.
Usage is kept similar to ping. Ping tries to reach a destination specified by a hostname or an IP address. Iceping tries to reach a destination specified by the stringified proxy to an object.
This utility is self-documenting.
$ iceping --help
We intentionally do not use libOrcaIce so that when one component cannot connect to another iceping
can be considered a somewhat independent test of reachability.
iceping
tries to load ~/
.orcarc file which typically contains this information. Optionally, a dedicated file can be written. Create a file and name it iceping.cfg
Ice.Default.Locator=IceGrid/Locator: default -p 12000
Run iceping
utility with the custom config file:
$ iceping -r -f iceping.cfg
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)