The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "socket6"

Socket6 - IPv6 related part of the C socket.h defines and structure manipulators River stage two • 16 direct dependents • 44 total dependents

This module provides glue routines to the various IPv6 functions. If you use the Socket6 module, be sure to specify "use Socket" as well as "use Socket6". Functions supplied are: inet_pton FAMILY, TEXT_ADDRESS This function takes an IP address in pre...

UMEMOTO/Socket6-0.29 - 30 Sep 2018 06:36:21 UTC - Search in distribution

Socket::Multicast6 - Constructors and constants for IPv4 and IPv6 multicast socket operations. River stage one • 1 direct dependent • 2 total dependents

This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. For simple, object-oriented way of doing the same thing, take a look at IO::Socket::Multicast6 or IO::Socket::Multicast....

NJH/Socket-Multicast6-0.04 - 28 Nov 2009 23:58:52 UTC - Search in distribution

IO::Socket::Multicast6 - Send and receive IPv4 and IPv6 multicast messages River stage one • 1 direct dependent • 1 total dependent

The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to manipulate multicast groups. With this module you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets. This module u...

NJH/IO-Socket-Multicast6-0.03 - 03 Dec 2009 22:09:51 UTC - Search in distribution

SPVM::IO::Socket::INET6 - IPv6 Sockets River stage one • 5 direct dependents • 5 total dependents

The IO::Socket::INET6 class in SPVM has methods to create IPv6 Sockets....

KIMOTO/SPVM-IO-0.217 - 31 May 2024 23:41:16 UTC - Search in distribution

SPVM::Sys::Socket::In6_addr - struct in6_addr in the C language River stage two • 8 direct dependents • 12 total dependents

Sys::Socket::In6_addr class in SPVM represents struct in6_addr <https://linux.die.net/man/7/ipv6> in the C language....

KIMOTO/SPVM-Sys-0.517 - 31 May 2024 03:42:30 UTC - Search in distribution

Socket::GetAddrInfo::Socket6api - Provide Socket::GetAddrInfo functions using Socket6 API River stage one • 3 direct dependents • 7 total dependents

Socket::GetAddrInfo provides the functions of "getaddrinfo" and "getnameinfo" using a convenient interface where hints and address structures are represented as hashes. Socket6 also provides these functions, in a form taking and returning flat lists ...

PEVANS/Socket-GetAddrInfo-0.22 - 01 Jun 2012 13:30:37 UTC - Search in distribution

Wx::Socket - wxSocket* classes River stage two • 57 direct dependents • 68 total dependents

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

IO::Socket::INET6 - [ DEPRECATED!! ] Object interface for AF_INET/AF_INET6 domain sockets River stage two • 12 direct dependents • 19 total dependents

"IO::Socket::INET6" provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket....

SHLOMIF/IO-Socket-INET6-2.73 - 10 Dec 2021 07:31:35 UTC - Search in distribution

Net::SNMP - Object oriented interface to SNMP River stage two • 40 direct dependents • 44 total dependents

The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNM...

DTOWN/Net-SNMP-v6.0.1 - 10 Sep 2010 00:15:52 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 39 direct dependents • 90 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC - Search in distribution

Net::FSP - A client implementation of the File Service Protocol River stage zero No dependents

FSP is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is valuable in all kinds of environments because it is one of the few protocols that is not aggre...

LEONT/Net-FSP-0.16 - 25 Jan 2009 16:33:11 UTC - Search in distribution

Geo::IP - Look up location and network information by IP Address River stage two • 10 direct dependents • 12 total dependents

This module uses the GeoIP Legacy file based database. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than reverse DNS lookups. This module can be used to automatically sel...

MAXMIND/Geo-IP-1.51 - 12 Oct 2017 00:04:07 UTC - Search in distribution

Paranoid - Paranoia support for safer programs River stage one • 5 direct dependents • 9 total dependents

This collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, includi...

CORLISS/Paranoid-2.10 - 09 Mar 2022 07:02:07 UTC - Search in distribution

Net::DNS::Dig - dig like methods River stage zero No dependents

* $dig = new Net::DNS::Dig( # optional parameters Timeout => 15, # default Class => 'IN', # default PeerAddr => host or [name1, name2, ...] default local NS PeerPort => 53, # default Proto => 'UDP', # default Recursion => 1, # default QuesHead => 0, ...

MIKER/Net-DNS-Dig-0.12 - 17 Feb 2014 04:31:00 UTC - Search in distribution

NetAddr::IP::Lite - Manages IPv4 and IPv6 addresses and subnets River stage three • 36 direct dependents • 121 total dependents

This module provides an object-oriented abstraction on top of IP addresses or IP subnets, that allows for easy manipulations. Most of the operations of NetAddr::IP are supported. This module will work with older versions of Perl and is compatible wit...

MIKER/NetAddr-IP-4.079 - 26 Mar 2016 01:14:11 UTC - Search in distribution

App::Bondage - A featureful IRC bouncer based on POE::Component::IRC River stage zero No dependents

Bondage is an IRC bouncer. It acts as a proxy between multiple IRC servers and multiple IRC clients. It makes it easy to stay permanently connected to IRC. It is mostly made up of reusable components. Very little is made from scratch here. If it is, ...

HINRIK/App-Bondage-0.4.11 - 07 Oct 2010 01:07:18 UTC - Search in distribution

AnyEvent::FastPing - quickly ping a large number of hosts River stage zero No dependents

This module was written for a single purpose only: sending ICMP ECHO REQUEST packets as quickly as possible to a large number of hosts (thousands to millions). It employs a separate thread and is fully event-driven (using AnyEvent), so you have to ru...

MLEHMANN/AnyEvent-FastPing-2.1 - 12 Nov 2016 01:21:45 UTC - Search in distribution

POE::Component::Server::TCP - a simplified TCP server River stage three • 402 direct dependents • 539 total dependents

POE::Component::Server::TCP implements a generic multi-Session server. Simple services may be put together in a few lines of code. For example, a server that echoes input back to the client: use POE qw(Component::Server::TCP); POE::Component::Server:...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

Net::Traceroute6 - traceroute(1)/traceroute6(1) functionality in perl River stage zero No dependents

This module implements traceroute(1)/traceroute6(1) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is currently implemented as a parser around the system traceroute command....

MOHACSI/Net-Traceroute6-0.03 - 31 Aug 2001 14:28:52 UTC - Search in distribution
28 results (0.047 seconds)