Ports Search

Results 381390 of 5,824 for /net/.(0.003 seconds)
net/ip2location-6.0.4 (Score: 0.1055796)
Get geo location information of an IP address
This PECL extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type.
mail/Net-SMTP-TLS-0.12 (Score: 0.10540296)
SMTP client supporting TLS and AUTH
Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API.
net-mgmt/Net-Telnet-Cisco-IOS-0.6 (Score: 0.10540296)
Manage Cisco IOS Devices
Net::Telnet::Cisco::IOS (NTCI) is an extension of Joshua Kereos's Net::Telnet::Cisco module and provides an easy way to manage and monitor Cisco IOS devices. I'll mention this a lot, but make sure you read up on Net::Telnet::Cisco for a lot of information.
www/net-http-digest_auth-1.1.1 (Score: 0.10540296)
Implementation of RFC 2617 - Digest Access Authentication
rubygem-net-http-persistent is an implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not fully integrate with Net::HTTP and can be used for with other HTTP clients. RG: https://rubygems.org/gems/net-http-digest_auth
comms/SMS-Send-TW-emome-0.04 (Score: 0.105211616)
SMS::Send driver for www.emome.net
SMS::Send::TW::emome is a SMS::Send driver which allows you to send messages through http://www.emome.net/
net-mgmt/AnyEvent-SNMP-6.0 (Score: 0.104955964)
Adaptor to integrate Net::SNMP into AnyEvent
This module implements an alternative "event dispatcher" for Net::SNMP, using AnyEvent as a backend. It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP calls and as long as other parts of your program also use AnyEvent (or some event loop supported by AnyEvent) and they will run in parallel.
net/libopennet-0.9.9 (Score: 0.1049194)
Library for opening files over a network
Libopennet allows you to open_net() remote files as easily as you open() local files.
net/cryptcat-1.2.1 (Score: 0.10450269)
Standard netcat enhanced with twofish encryption
Cryptcat is the standard netcat enhanced with twofish encryption. Twofish is courtesy of counterpane, and cryptix. We started with the Java version of twofish from cryptix, converted it to C++ (don't ask why), and enhanced it by adding CBC mode and the ciphertext stealing technique from Applied Cryptography (pg. 196) How do you use it? Machine A: cryptcat -l -p 1234 < testfile Machine B: cryptcat <machine A IP> 1234 This is identical to the normal netcat options for doing exactly the same thing. However, in this case the data transferred is encrypted. For more information about netcat see net/netcat port.
www/Net-GeoPlanet-0.2 (Score: 0.103196025)
Access Yahoo's GeoPlanet location service
Yahoo! GeoPlanet helps bridge the gap between the real and virtual worlds by providing an open, permanent, and intelligent infrastructure for geo-referencing data on the Internet. Net::GeoPlanet provides access to Yahoo's GeoPlanet location service.
net-mgmt/Net-SNMP-6.0.1 (Score: 0.103017084)
Object oriented interface to SNMP
The Net::SNMP module implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. The module supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts.