POEIKC - A framework to make a daemon or P2P with "PoCo::IKC"


POEIKC documentation Contained in the POEIKC distribution.

Index


Code Index:

NAME

Top

POEIKC - A framework to make a daemon or P2P with "PoCo::IKC"

SYNOPSIS

Top

poeikcd (daemon)

	poeikcd start -p=47225
	poeikcd stop  -p=47225
	poeikcd --help

And then poikc (client)

	poikc -H hostname [options] args...
	poikc --help

DESCRIPTION

Top

poeikcd is daemon of POE::Component::IKC. And then poikc is for poeikcd.

AUTHOR

Top

Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

POE POE::Component::IKC POE::Component::IKC::Server

See http://arbolbell.jp/poeikcd/ (Japanese site)


POEIKC documentation Contained in the POEIKC distribution.

package POEIKC;

use strict;
use 5.008_001;
our $VERSION = '0.04';

1;
__END__