Ports Search

Results 1,1811,190 of 6,332 for /net-p2p/.(0.016 seconds)
net/wmnetmon-0.2p5 (Score: 0.02083787)
Host availability monitor intended for the WindowMaker dock
This application uses an ICMP ping/reply scheme to periodically poll a number of interfaces. The results are displayed as a matrix of leds, that are green if the interface is alive, yellow if it did not respond once, and flashing red if it keeps not responding. You can easily check which system corresponds to each led by pointing the mouse over the leds. It is intended to be run from the WindowMaker dock, and it can monitor up to 63 interfaces.
devel/Module-Extract-0.01 (Score: 0.020681325)
Base class for working with Perl distributions
Module::Extract is a convenience base class for creating module that work with Perl distributions. Its purpose is to take care of the mechanisms of locating and extracting a Perl distribution so that your module can do something specific to the distribution. This module was originally created to provide an abstraction for the extraction logic for both Module::Inspector and Module::P4P and to allow additional features to be added in the future without having to modify both of them, because the general problem of "locate, download, and expand a distribution" is one that is almost ideal for adding additional features down the line.
security/zeronet-0.4.0 (Score: 0.020681325)
Decentralized websites using Bitcoin crypto and BitTorrent network
Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network. Features: * Real-time updated sites * Namecoin .bit domains support * Easy to setup: unpack & run * Clone websites in one click * Password-less BIP32 based authorization: Your account is protected by the same cryptography as your Bitcoin wallet * Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times * Anonymity: Full Tor network support with .onion hidden services instead of IPv4 addresses * TLS encrypted connections * Automatic uPnP port opening * Plugin for multiuser (openproxy) support * Works with any browser/OS
www/CGI-4.31 (Score: 0.020681325)
Handle Common Gateway Interface requests and responses
This is the continuance of the classic perl CGI module, bundled with Perl until Perl 5.22. Development is continuing on p5-CGI and components of it are actively splitting to other modules. The older, everything-in-one-package module is still available in www/p5-CGI.pm. See also: https://metacpan.org/pod/CGI::Alternatives CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers. Some HTML generation utilities are included as well.
security/Net-OpenID-Server-1.09 (Score: 0.020681262)
Reference implementation of OpenID server
OpenID is a decentralized identity system, but one that's actually decentralized and doesn't entirely crumble if one company turns evil or goes out of business. An OpenID identity is just a URL. You can have multiple identities in the same way you can have multiple URLs. All OpenID does is provide a way to prove that you own a URL (identity). Anybody can run their own site using OpenID, and anybody can be an OpenID server, and they all work with each other without having to register with or pay anybody to "get started". An owner of a URL can pick which OpenID server to use.
security/softether-4.18.9570 (Score: 0.020564772)
Softether VPN solution
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful, multi-OS and easy-to-use multi-protocol VPN software. It supports SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP tunneling protocols and has a clone function to support OpenVPN clients.
net/VM-EC2-1.28 (Score: 0.020430483)
Perl interface to Amazon EC2 services
This is an interface to Amazon AWS API. It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developers with an extension mechanism for the API. This library will also support the Open Stack open source cloud. The main interface is the VM::EC2 object, which provides methods for interrogating the Amazon EC2, launching instances, and managing instance lifecycle. These methods return major object classes which act as specialized interfaces to AWS.
net/tac_plus-F4.0.4.28 (Score: 0.020430483)
Cisco remote authentication/authorization/accounting server
A TACACS+ server that allows authorization and authentication via net on remote access servers: Authenticate users, authorize commands and log accounting information. Version 4 has improved features and bugfixes over the older 2.x versions. Improved features among others and bugfixes: Microsoft CHAP support. To enable MSCHAP you need to optain a key from Microsoft, see the FAQ section in the users guide. Therefore this isn't enabled by default. Cisco, the original developers, have stopped tac_plus development around F4.0.4. There are different versions based on Cisco tac_plus, this is the version from Shrubbery Networks.
sysutils/env4801-0.3 (Score: 0.020414647)
Output the voltages and temperatures of a Soekris Net4801 computer
Soekris Net4801 Environmental Monitor This is a small program to output the voltages and temperatures from the PC87366 chip in the Net4801 computer from Soekris.com. First run the program with a "-i" to initialize the hardware: # env4801 -i Then, as often as you feel like, read out the measured values: # env4801 http://www.soekris.com/
devel/urlimport-0.42b (Score: 0.02035092)
Python script for importing modules/packages over the net
Urlimport enables the user to import modules/packages over the network, from a remote repository. Currently supported protocols are http, ftp and https (+client certificates).