1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libnet-easytcp-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.8.0-7)
Maintainer: Shiju p. Nair <shiju@infovillage.net>
Standards-Version: 3.5.1
Package: libnet-easytcp-perl
Architecture: all
Depends: ${perl:Depends}
Description: Easily create secure, bandwidth-friendly TCP/IP clients and servers
This class allows you to easily create TCP/IP clients and
servers and provides an OO interface to manage the connection(s).
This allows you to concentrate on the application rather
than on the transport.
.
- One easy module to create both clients and servers
- Object Oriented interface
- Event-based callbacks in server mode
- Internal protocol to take care of all the common
transport problems
- Transparent encryption
- Transparent compression
|