Ports Search

Results 8190 of 5,827 for /net-mgmt/.(0.003 seconds)
net/Net-Rendezvous-Publish-0.04 (Score: 0.07042635)
Publish Rendezvous services
Net::Rendezvous::Publish - publish Rendezvous services
net/Net-NIS-0.44 (Score: 0.06986935)
Interface to Sun's Network Information Service
This is a snapshot release of the NIS interface to Perl 5. There are three parts to the interface: the raw component (Net::NIS), the object-oriented component (Net::NIS::Table), and the tied interface (Net::NIS). Unless someone provides strong reason to support the raw or OO components, they will be marked as deprecated and not documented or enhanced (but still supported for backward compatibility).
net/Net-MovableType-1.74 (Score: 0.06986935)
Lightweight MovableType client Perl module
Using Net::MovableType you can post new entries, edit existing entries, browse entries and users blogs, and perform most of the features you can perform through accessing your MovableType account. Since Net::MovableType uses MT's remote procedure call gateway, you can do it from any computer with Internet connection. Net::MovableType promises an intuitive, user friendly, Object Oriented interface for managing your web sites published through MovableType. Most of the method names correspond to those documented in MovableType's Programming Interface Manual.
net/Net-Packet-3.27 (Score: 0.06986935)
Send and receive frames from layer 2 to layer 7
This module is a unified framework to craft, send and receive packets at layers 2, 3, 4 and 7. Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3, Net::Packet::TCP for layer 4 ; for example), and pack all of this into a Net::Packet::Frame object. Then, you can send the frame to the network, and receive it easily, since the response is automatically searched for and matched against the request.
net/Net-RabbitFoot-1.03 (Score: 0.06986935)
Synchronous interface to AnyEvent::RabbitMQ
Net::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion. You can use Net::RabbitFoot to - * Declare and delete exchanges * Declare, delete, bind and unbind queues * Set QoS * Publish, consume, get, ack, recover and reject messages * Select, commit and rollback transactions Net::RabbitFoot is known to work with RabbitMQ versions 2.4.0 and version 0-8 of the AMQP specification.
net/Net-Wake-0.02 (Score: 0.06986935)
Send Wake On Lan (WOL) packets to power on computers
This package sends wake-on-lan packets to turn on machines that are wake-on-lan capable. For now there is only one function in this package: Net::Wake::by_udp(host, mac_address, [port]); You can power on PCs by perl -e 'use Net::Wake; Net::Wake::by_udp("192.168.0.1", "xx:xx:xx:xx:xx:xx");' You can also specify broadcast address for `host'. It is useful in a intelligent network.
net/Net-ARP-1.0.9 (Score: 0.06979135)
Perl extension for creating ARP packets
Net::ARP can be used to create and send ARP packets and to get the mac address of an ethernet interface or IP address.
net/Net-Analysis-0.41 (Score: 0.06979135)
Modules for analysing network traffic
Net::Analysis is a suite of modules that parse tcpdump files, reconstruct TCP sessions from the packets, and provide a very lightweight framework for writing protocol anaylsers.
net/Net-DLookup-1.01 (Score: 0.06979135)
Perform domain lookups on 2-letter and 3-letter TLDs
Net::DLookup performs domain lookups for 2-letter and 3-letter top level domains. It also verifies the validity of domain names by checking punctuation, length, metacharacters, etc..
net/Net-Write-1.05 (Score: 0.06979135)
Interface to open and send raw frames to the network
Net::Write provides a portable interface to open a network interface, and be able to write raw data directly to the network.