Ports Search

Results 761770 of 6,332 for /net-p2p/.(0.009 seconds)
net/onioncat-0.2.2.r569 (Score: 0.03171279)
IP-transparent Tor Hidden Service connector
OnionCat is a VPN-adapter which allows to connect two or more computers or networks through VPN-tunnels. It is designed to use the anonymization networks Tor or I2P as its transport, hence, it provides location-based anonymity while still creating tunnel end points with private unique IP addresses. OnionCat uses IPv6 as native layer 3 network protocol. The clients connected by it appear as on a single logical IPv6 network as being connected by a virtual switch. OnionCat automatically calculates and assigns unique IPv6 addresses to the tunnel end points which are derived from the hidden service ID (onion ID) of the hidden service of the local Tor client, or the local I2P server destination, respectively. This technique provides authentication between the onion ID and the layer 3 address, hence, defeats IP spoofing within the OnionCat VPN. If necessary, OnionCat can of course transport IPv4 as well. Although it has native IP support, the suggested way to do this is to configure an IPv4-in-IPv6 tunnel.
mail/Net_IMAP-1.1.3 (Score: 0.03164987)
PEAR class that provides an implementation of the IMAP protocol
This PEAR class provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class.
security/net-sftp-2.1.2 (Score: 0.03164987)
Implementation of the SFTP client protocol
Net::SFTP is a pure Ruby implementation of the SFTP client protocol (versions 1 through 5).
misc/yaunc-1.02 (Score: 0.03136707)
Yet another uptimes.net client
This is an uptimes.net client. See http://www.uptimes.net/ for a description. Note that after installing this port, you MUST edit the yaunc.conf file and set the hid, username and password.
misc/xpns-1.0 (Score: 0.030804668)
Petri-Net Simulator for Xwindows
PNS is a public domain Petri net simulation tool for Unix systems. It requires the X Window System. Examples: --------- - simple.net 3-2 Reduction - add.net x = x + y - sub1.net x >= y : x = x - y x < y : y = y - x - sub2.net x = x - y NEGATIVE = 1 <=> x-y < 0 - mult.net z = x * y - phil.net Dining Philosophers Problem
dns/Net_DNS2-1.4.2 (Score: 0.03075483)
PHP5 Resolver library used to communicate with a DNS server
pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but using PHP5 objects, exceptions for error handling, better sockets support. This release is (in most cases) 2x - 10x faster than Net_DNS, as well as includes more RR's (including DNSSEC RR's), and improved sockets and streams support.
net-mgmt/Net-CIDR-0.18 (Score: 0.030607376)
Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses.
net-mgmt/Net-Netmask-1.9022 (Score: 0.030607376)
Perl module to parse, manipulate, and lookup IP network blocks
Net::Netmask parses and understand IPv4 CIDR blocks. It's built with an object-oriented interface. Nearly all functions are methods that operate on a Net::Netmask object.
net-p2p/Net-BitTorrent-0.052 (Score: 0.030607376)
BitTorrent peer-to-peer protocol class
Net::BitTorrent is a class based implementation of the current BitTorrent Protocol Specification. Each Net::BitTorrent object is capable of handling several concurrent .torrent sessions.
Email::Sender with Net::SMTP::TLS (Eg. Gmail)
Email::Sender replaces the old and sometimes problematic Email::Send library, while this module replaces the Email::Send::SMTP::TLS.