Search results for "module:Net::Interface"

Net::Interface - Perl extension to access network interfaces River stage one • 4 direct dependents • 5 total dependents

Net::Interface is a module that allows access to the host network interfaces in a manner similar to *ifconfig(8)*. Version 1.00 is a complete re-write and includes support for IPV6 as well as the traditional IPV4. Both read and write access to networ...

MIKER/Net-Interface-1.016 - 23 Sep 2016 19:43:20 UTC

Net::Interface::Developer River stage one • 4 direct dependents • 5 total dependents

This contains development notes and API documentation for the Net::Interface module. It is hoped that others will help fill in the missing pieces for OS's and address families that are currently unsupported....

MIKER/Net-Interface-1.016 - 23 Sep 2016 19:43:20 UTC

Net::Intermapper::Interface - Interface with the HelpSystems Intermapper HTTP API - Interfaces River stage zero No dependents

Net::Intermapper::Interface is a perl wrapper around the HelpSystems Intermapper API provided through HTTP/HTTPS for access to interface information. All calls are handled through an instance of the Net::Intermapper class. use Net::Intermapper; my $i...

BEATNIK/Net-Intermapper-0.04 - 19 Mar 2017 01:36:41 UTC

Net::Interface::Wireless::FreeBSD - Get information for wireless interfactes. River stage zero No dependents

VVELOX/Net-Interface-Wireless-FreeBSD-1.0.0 - 29 Mar 2008 23:31:57 UTC

lib/Net/WWD/Interface.pm River stage zero No dependents

BALESHI/Net-WWD-1.00 - 29 May 2005 09:41:57 UTC

lib/Term/RouterCLI/Hardware/Net/Interface.pm River stage zero No dependents

JORDAN/Term-RouterCLI-1.00 - 08 Nov 2012 03:17:26 UTC

Net::Gen - generic sockets interface handling River stage one • 2 direct dependents • 2 total dependents

The "Net::Gen" module provides basic services for handling socket-based communications. It supports no particular protocol family directly, however, so it is of direct use primarily to implementors of other modules. To this end, several housekeeping ...

SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC

Net::TCP - TCP sockets interface module River stage one • 2 direct dependents • 2 total dependents

The "Net::TCP" module provides services for TCP communications over sockets. It is layered atop the "Net::Inet" and "Net::Gen" modules, which are part of the same distribution. Public Methods The following methods are provided by the "Net::TCP" modul...

SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC

Net::UDP - UDP sockets interface module River stage one • 2 direct dependents • 2 total dependents

The "Net::UDP" module provides services for UDP communications over sockets. It is layered atop the "Net::Inet" and "Net::Gen" modules, which are part of the same distribution. Public Methods The following methods are provided by the "Net::UDP" modul...

SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC

Net::TiVo - Perl interface to TiVo. River stage zero No dependents

"Net::TiVo" has a very simple interface, and currently only supports the enumeration of folder and shows using the REST interface. The main purpose of this module was to provide access to the TiVo programmatically to automate the process of downloadi...

BOUMENOT/Net-TiVo-0.11 - 24 Apr 2008 00:37:06 UTC

Net::Xero - Interface to Xero accounting River stage zero No dependents

ELLIOTT/Net-Xero-0.44 - 12 Jan 2017 17:10:29 UTC

Net::Curl - Perl interface for libcurl River stage two • 13 direct dependents • 20 total dependents

This package contains some static functions and version-releated constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl qw(:constants); To perform any request you want Net::Curl::Easy. FUNCTIONS N...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

Net::Inet - Internet socket interface module River stage one • 2 direct dependents • 2 total dependents

The "Net::Inet" module provides basic services for handling socket-based communications for the Internet protocol family. It inherits from "Net::Gen", and is a base for "Net::TCP" and "Net::UDP". Public Methods new Usage: $obj = new Net::Inet; $obj =...

SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC

Net::Riak - Interface to Riak River stage one • 1 direct dependent • 1 total dependent

ATTRIBUTES host REST: The URL of the node PBC: The hostname of the node default 'http://127.0.0.1:8098' Note that providing multiple hosts is now deprecated. port Port of the PBC interface. transport Used to select the PB protocol by passing in 'PBC'...

RGE/Net-Riak-0.1702 - 20 Mar 2013 12:27:21 UTC

Net::ILO - Interface to HP Integrated Lights-Out River stage zero No dependents

The Net::ILO module is an interface to a subset of Hewlett-Packards Integrated Lights-Out out-of-band management system. HP's API is XML-based and cumbersome to use; this module aims to simplify accessing the iLO from Perl while retaining as much fun...

NLEWIS/Net-ILO-0.54 - 01 Aug 2011 21:59:32 UTC

Net::DNS - Perl Interface to the Domain Name System River stage three • 113 direct dependents • 575 total dependents

Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of "gethostbyname" and "gethostbyaddr". The programmer should be familiar with ...

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::ICB - Object oriented interface to an fnet server. River stage zero No dependents

"Net::ICB" provides an object interface to a fnet/icb style chat server. FNET or ICB is an old chat protocol dating back to 1988. The original code was written in fortran on some godforsaken machine at UKY by Sean Casey. After the server was rewritte...

JMV/Net-ICB-1.62 - 28 Jun 1999 04:24:35 UTC

Net::FRN - Perl interface to Free Radio Network protocol. River stage zero No dependents

Net::FRN is an implementation of Free Radio Network protocol. Free Radio Network client/server is a program package which is widely used by radio amateurs to link radio repeaters over Internet. For more information on FRN see http://freeradionetwork....

FROLLER/Net-FRN-0.06 - 08 Jul 2011 11:41:14 UTC

Net::ICQ - Pure Perl interface to an ICQ server River stage zero No dependents

"Net::ICQ" is a class implementing an ICQ client interface in pure Perl....

JMUHLICH/Net-ICQ-0.16 - 02 Mar 2001 06:26:30 UTC

Net::DRI - Interface to Domain Name Registries/Registrars/Resellers River stage zero No dependents

Net::DRI is a Perl library to access services offered by domain name providers, such as registries or registrars. DRI stands for Domain Registration Interface and it aims to be for domain name registries/registrars/resellers what DBI is for databases...

PMEVZEK/Net-DRI-0.96 - 25 Mar 2010 01:25:14 UTC
1,338 results (0.074 seconds)