$ tar xzvf ping-rat-VERSION.tar.gz $ cd ping-rat-VERSION $ ./configure $ makeNOTE: This step may require super-user (root) privileges, depending on local system configuration.
$ make install
Where VERSION is the ping-rat version number. The initial version is 1.0. For more details, please read the ``INSTALL'' file of the distribution.
To run the program, just type as root:
$ ping-rat <SRC_HOST> <DST_HOST>
Then, a packet, whose source address is SRC_HOST, with a Generalized Bloom Filter integrated into the header will be sent to DST_HOST. If everything go well, will be printed in the screen a message like
ping-rat: datagram successfully sent.
Otherwise, an error message will inform what has gone wrong.