Ports Search

Results 261270 of 5,886 for /net-im/.(0.005 seconds)
net/Net-Frame-Layer-ICMPv6-1.09 (Score: 0.05543089)
Perl encoding/decoding implementation of the ICMPv6 layer
These modules implement the encoding and decoding of the ICMPv6 layer. RFCs: 2463, 2461, 2460
net/Net-Frame-Layer-IPv6-1.07 (Score: 0.05543089)
Perl encoding/decoding implementation of the IPv6 layer
This module implements the encoding and decoding of the IPv6 layer. RFC: 2460
net/Net-Google-Analytics-3.03 (Score: 0.05543089)
Perl extension for Google Analytics Data Export API
This module provides a simple, straight-forward interface to the Google Analytics Data Export API, using LWP::UserAgent and XML::LibXML for the heavy lifting.
net/Net-Google-Calendar-1.01 (Score: 0.05543089)
Programmatic access to Google's Calendar API
Provides programmatic access to Google's Calendar API
net/Net-Ifconfig-Wrapper-0.14 (Score: 0.05543089)
Provides a unified way to configure network interfaces
Perl module which provides a unified way to configure network interfaces.
net/Net-LimeLight-Purge-0.03 (Score: 0.05543089)
LimeLight Purge Service API
LimeLight Purge Service API.
net/Net-MAC-Vendor-1.2000 (Score: 0.05543089)
Look up the vendor for a MAC
The Institute of Electrical and Electronics Engineers (IEEE) assigns an Organizational Unique Identifier (OUI) to manufacturers of network interfaces. Each interface has a Media Access Control (MAC) address of six bytes. The first three bytes are the OUI. This module allows you to take a MAC address and turn it into the OUI and vendor information. You can, for instance, scan a network, collect MAC addresses, and turn those addresses into vendors. With vendor information, you can often guess at what you are looking at (e.g. an Apple product). You can use this as a module as its individual functions, or call it as a script with a list of MAC addresses as arguments. The module can figure it out. This module tries to persistently cache with DBM::Deep the OUI information so it can avoid using the network. If it cannot load DBM::Deep, it uses a normal hash (which is lost when the process finishes). You can preload this cache with the load_cache() function. So far, the module looks in the current working directory for a file named mac_oui.db to find the cache. I need to come up with a way to let the user set that location.
net/Net-Mosso-CloudFiles-0.44 (Score: 0.05543089)
Perl interface to the Mosso CloudFiles service
This module provides a Perlish interface to the Mosso CloudFiles service.
net/Net-NIS-Listgroup-1.0.0 (Score: 0.05543089)
Lists hosts/users in a netgroup group
A library used to get groups or members of a netgroup NIS map. listgroup() without any parameters or listgroups() lists all the available netgroup groups. With groupname parameters listgroup, listgroup_user, listgroup_host will recusively list the members of the named groups. If the groupname is preceded with a - members of that group will be excluded from the returned list. Each member in a group is a triplet of (host,user,domain). The host portion or user portion of the members is returned by listgroup_host() and listgroup(), the user portion of the members is returned by listgroup_user().
net/Net-Nessus-XMLRPC-0.30 (Score: 0.05543089)
Perl5 interface for communication with Nessus scanner over XMLRPC
This is Perl interface for communication with Nessus scanner over XMLRPC. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc.