IO::Socket::TIPC

This is a TIPC (Transparent Inter-Process Communication) module for perl. See http://tipc.sf.net/ if you don't know what this is.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

OPERATING SYSTEM SUPPORT

Linux has TIPC support built-in, as of kernel 2.6.16. I believe there are (older, possibly buggy) packages to support earlier versions of Linux, at http://tipc.sf.net/ .

Solaris users get TIPC support through the use of a separate add-on package, available at http://opensolaris.org/os/project/tipc/ .

I'm looking forward to supporting other operating systems, as soon as TIPC itself does. Patches are always welcome.

AUTHOR

Mark Glines <mark-tipc@glines.org>

COPYRIGHT AND LICENSE

This module is licensed under a dual BSD/GPL license, the same terms as TIPC itself.