Coder Social home page Coder Social logo

poe-component-client-ping's Introduction

--------
Abstract
--------

POE::Component::Client::Ping is an asynchronous, event driven client
for ICMP ping.  It accepts events containing the specifics of ICMP
ping requests, and it returns events carrying the results of those
pings.

------------
Requirements
------------

This module requires POE.  It also requires root privilege, or your
operating system's equivalent, so that it can open a socket for ICMP
ping.  Knowing what this means, how to achieve it, and the potential
hazards of doing so are left as exercises for the reader.

------------------
Basic Installation
------------------

POE::Component::Client::Ping may be installed through the CPAN shell
in the usual CPAN shell manner.  This typically is:

  $ perl -MCPAN -e 'intstall POE::Component::Client::Ping'

You can also read this README from the CPAN shell:

  $ perl -MCPAN -e shell
  cpan> readme POE::Component::Client::Ping

And you can install the component from the CPAN prompt as well:

  cpan> install POE::Component::Client::Ping

-------------------
Manual Installation
-------------------

POE::Component::Client::Ping can also be installed manually.
<ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RC/RCAPUTO/> or a similarly
named directory at your favorite CPAN mirror should hold the latest
version.

Downloading and unpacking the distribution are left as exercises for
the reader.  To build and test it:

  perl Makefile.PL
  make test

The test program, t/01_ping.t, makes an excellent sample program.  In
fact, it was adapted from the sample program used to debug this
component.  If you would like to see more details about the test's
operation, edit t/01_ping.t and set the DEBUG constant to any value
Perl considers "true".

When you're ready to install the component:

  make install

It should now be ready to use.

Thanks for reading!

-- Rocco Caputo / [email protected] / poe.perl.org / poe.sourceforge.net

poe-component-client-ping's People

Contributors

rcaputo avatar abraxxa avatar hugmeir avatar perigrin avatar gregoa avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.