You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Number-Compare-0.03-31.fc36.noarch
Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.
RPMPackage perl-NetPacket-1.7.2-10.fc36.noarch
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendant module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation.
RPMPackage perl-NetAddr-IP-4.079-19.fc36.x86_64
This module provides an object-oriented abstraction on top of IP addresses or IP subnets, that allows for easy manipulations.
RPMPackage perl-Net-Whois-IP-1.19-19.fc36.noarch
Perl module to allow whois lookup of ip addresses. This module should recursively query the various whois providers until it gets the more detailed information including either TechPhone or OrgTechPhone by default; however, this is overrideable.
RPMPackage perl-Net-UPnP-1.4.6-11.fc36.noarch
This package provides some functions to control UPnP devices.
RPMPackage perl-Net-SSLeay-1.92-2.fc36.x86_64
This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, same API is offered for accessing http servers, too), a sslcat() function for writing your own clients, and finally access to the SSL API of SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.
RPMPackage perl-Net-SNMP-6.0.1-32.fc36.noarch
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.
RPMPackage perl-Net-SMTP-SSL-1.04-17.fc36.noarch
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations.
RPMPackage perl-Net-RawIP-0.25-41.fc36.x86_64
This package provides a Perl class which can be used for creating, manipulating and sending raw IP packets with optional features for manipulating Ethernet headers.
RPMPackage perl-Net-Pcap-0.20-2.fc36.x86_64
perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.
RPMPackage perl-Net-Patricia-1.22-31.fc36.x86_64
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.
RPMPackage perl-Net-OpenSSH-0.82-1.fc36.noarch
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client (ssh).
RPMPackage perl-Net-Netmask-tests-2.0001-4.fc36.noarch
Tests from perl-Net-Netmask. Execute them with "/usr/libexec/perl-Net-Netmask/test".
RPMPackage perl-Net-Netmask-2.0001-4.fc36.noarch
Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks (see <https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing> for more information on CIDR blocks). There are also functions to insert a network block into a table and then later look up network blocks by an IP address using that table.
RPMPackage perl-Net-LibIDN2-1.01-8.fc36.x86_64
This Perl module provides bindings for GNU Libidn2, a C library for handling internationalized domain names according to IDNA 2008 (RFC 5890, RFC 5891, RFC 5892, RFC 5893).
RPMPackage perl-Net-LibIDN-0.12-42.fc36.x86_64
Provides perl bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN.
RPMPackage perl-Net-IPv6Addr-tests-1.02-4.fc36.noarch
Tests from perl-Net-IPv6Addr. Execute them with "/usr/libexec/perl-Net-IPv6Addr/test".
RPMPackage perl-Net-IPv6Addr-1.02-4.fc36.noarch
Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in RFC1884. You throw possible addresses at it, it either accepts them or throws an exception.
RPMPackage perl-Net-IPv4Addr-0.10-41.fc36.noarch
Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.
RPMPackage perl-Net-IP-Minimal-0.06-23.fc36.noarch
Net::IP is very feature complete, but I found I was only using three of its functions and it uses quite a bit of memory.