Home FAQ Download
User Guide Applications Internals
License Publications Contact

The mping Program

The mping program was written to test the Antigone transport layer without any security. This program can be useful to test whether your system supports multicast and whether you are specifying host addresses properly.

This program acts much like the standard ping program, except it supports multicast. One instance of mping must be set up as a server, which responds to ping requests. One or more client instances ping the server. The latency of each ping is reported.

mping takes the following command line arguments:

mping [-sap][-ma=<maddr>][-mp=<mport>][-sp=<sport>][-sa=<saddr>]

Where,

The following table presents examples for clients and servers under each transport mode. We assume the server resides on host 192.168.27.4, port 5000 and the multicast group is at address 224.27.27.27, port 6000. Host names may be substituted for for addresses appearing in the /etc/hosts file.

Symmetric Multicast

Client : % mping -ma=224.27.27.27 -mp=6000

Server : % mping -s -ma=224.27.27.27 -mp=6000


Asymmetric

Client : % mping -a -ma=224.27.27.27 -mp=6000 -sa=192.168.27.4 -sp=5000

Server : % mping -a -s -ma=224.27.27.27 -mp=6000 -sp=5000


Point to Point

Client : % mping -p -sa=192.168.27.4 -sp=5000

Server : % mping -p -s -sp=5000


Factotem Inc, Antigone Version 2.0.10, Nov 18, 2002
antigone@factotem.com
Antigone Home