| POEIKC documentation | Contained in the POEIKC distribution. |
POEIKC - A framework to make a daemon or P2P with "PoCo::IKC"
poeikcd (daemon)
poeikcd start -p=47225 poeikcd stop -p=47225 poeikcd --help
And then poikc (client)
poikc -H hostname [options] args... poikc --help
poeikcd is daemon of POE::Component::IKC. And then poikc is for poeikcd.
Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
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__