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.
This PEAR class provides an implementation of the IMAP protocol using PEAR's
Net_Socket:: class.
Net::SFTP is a pure Ruby implementation of the SFTP client protocol
(versions 1 through 5).
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.
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
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.
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::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::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 replaces the old and sometimes problematic Email::Send library,
while this module replaces the Email::Send::SMTP::TLS.