Net::TiVo provides an object-oriented interface to TiVo's REST interface. This
makes it possible to query your TiVo for information about recorded content,
such as a show's download URL, and space consumed.
Net::SSH::Gateway is a library for programmatically tunneling connections to
servers via a single "gateway" host. It is useful for establishing Net::SSH
connections to servers behind firewalls, but can also be used to forward ports
and establish connections of other types, like HTTP, to servers with i
restricted access.
* Easily manage forwarded ports
* Establish Net::SSH connections through firewalls
Supporting the main Hosters like RapidShare or MegaUpload, Tucan
brings a new experience to users discouraged by other file sharing
methods as p2p.
Tesseract OCR engine in combination with PIL library, grant
Tucan the ability to solve any captcha whitout user action.
Tucan also manages waits between downloads and interchangeable
links seamlessly, relieving the user from this nuisance.
UPnP IGD client lightweight library
The usage of the miniUPnP client library is useful whenever an application
needs to listen for incoming connections.
Examples : P2P applications, FTP clients for active mode, IRC (for DCC)
or IM applications, network games, any server.
LICENSE: BSD
Plugin for JPilot (jpilot.org) to download pictures, photos and videos from
Palm smartphones. Supports: Centro, Treo 600, Treo 650, Treo 680, Treo 700p,
Treo 755p & xplor m68.
Net::FS::Flickr - store and retrieve files on Flickr
Net::Telnet::Netscreen - interact with a Netscreen firewall
Acme::HTTP provides high-level access to Net::HTTP::NB and Net::HTTPS::NB.
A Net::Proxy object represents a proxy that accepts connections and then
relays the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to
connect from the proxy to the destination.
A proxy is a program that transfer data across a network boundary
between a client and a server. Net::Proxy introduces the concept of
"connectors" (implemented as Net::Proxy::Connector subclasses), which
abstract the server part (connected to the client) and the client part
(connected to the server) of the proxy.
This architecture makes it easy to implement specific techniques to
cross a given network boundary, possibly by using a proxy on one side of
the network fence, and a reverse-proxy on the other side of the fence.
Net::LDAP is an LDAP support library written in pure Ruby. It supports most
LDAP client features and a subset of server features as well.
* Standards-based (going for RFC 4511)
* Portable: 100% Ruby