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.
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::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.
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
SMS::Send::TW::emome is a SMS::Send driver
which allows you to send messages through http://www.emome.net/
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.
Libopennet allows you to open_net() remote files as easily as you open()
local files.
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.
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.
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.