Ports 搜索

共有5,824项符合/net/的查询结果,以下是第641650项(搜索用时0.002秒)
net/sendsms-0.2.4 (Score: 0.09133646)
Simple perl command-line utility to send SMS via from on provider site
If you have an AT&T Wireless, Bell Canada/Bell Mobility, Cellular One, Cingular, Cricket, Sprint PCS, SkyTel, or T-Mobile cell phone or pager, and you want the ability to send SMS messages to it via a command-line utility, this is what you need. All this program requires is a computer with a baseline Perl 5.x installation and web access. NO EXTRA PERL MODULES REQUIRED! How does it work? SendSMS connects to your service provider's web page and pretends to submit a form to their 'Instant Messaging' web page. Currently, AT&T Wireless, Bell Canada/Bell Mobility, Cellular One, Cingular, Cricket, SkyTel, Sprint PCS, and T-Mobile are supported. Users are encouraged to modify the provided templates to add support for any providers who are currently unsupported. Other Service Providers If you are interested in supporting another service provider please try to modify sendSMS on your own. It is not hard at all. Instructions and examples are included in the code, and if you're familiar with the site you're porting to, it takes about 15 minutes. If you get sendSMS working with any other providers' web sites, please email Paul Kreiner [deacon at thedeacon.org] and/or the port maintainer a patch so it can be added to the next release.
net/aiccu-20070115 (Score: 0.09133646)
SixXS IPv6 TIC+ tunnel broker heartbeat client
This is the TIC+ heartbeart client for the public dynamic-IPv4 IPv6 tunnel beta test from the SixXS tunnel service provider.
net/unix2tcp-0.8.2 (Score: 0.09133646)
Connection forwarder that converts Unix sockets into TCP sockets
Aims: - To listen on a local UNIX socket and tunnel any incoming connections and traffic to a (remote) IP address/port What it does: - Tunnels all traffic between a (remote) address/port and a local UNIX socket - Does NOT use fork() (single process model) - Does use O_NONBLOCK , should be no case of blocking What it doesn't do (yet): - Doesn't limit number of concurrent connections
net/vncreflector-1.2.4 (Score: 0.09133646)
Multi-client VNC proxy server
VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients.
net/sslh-1.18 (Score: 0.09133646)
ssl/ssh 端口复用工具
sslh 可以在同一个端口上接受 HTTPS 和 SSH 连接。这使得通过 443 端口连接 SSH 服务器 (比如,从防火墙后面连入),同时又不影响那个端口上的 HTTPS 服务成为可能。
net/tcptraceroute-1.5.b7 (Score: 0.09133646)
Traceroute implementation using TCP packets
tcptraceroute is a traceroute implementation using TCP packets. The more traditional traceroute(8) sends out either UDP or ICMP ECHO packets with a TTL of one, and increments the TTL until the destination has been reached. By printing the gateways that generate ICMP time exceeded messages along the way, it is able to determine the path packets are taking to reach the destination. The problem is that with the widespread use of firewalls on the modern Internet, many of the packets that traceroute(8) sends out end up being filtered, making it impossible to completely trace the path to the destination. However, in many cases, these firewalls will permit inbound TCP packets to specific ports that hosts sitting behind the firewall are listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters.
net/urlendec-1.0 (Score: 0.09133646)
URL encoder and decoder
A set of two tools to URL encode and URL decode any stream of data, either from the command line or from standard input. See RFC 1738, section 2.2, for an eplanation of URL encoding.
net/wackamole-2.1.5 (Score: 0.09133646)
Peer-to-peer high availability cluster
Wackamole is an application that helps with making a cluster highly available. It manages a number of virtual IPs, that should be available to the outside world at all times. Wackamole ensures that a single machine within a cluster is listening on each virtual IP address that Wackamole manages. If it discovers that any particular machine within the cluster are not alive, it will almost immediately ensure that other machines acquire their public IPs. At no time will more than one machine listen on any virtual IP. Wackamole also works toward achieving a balanced distribution of the numbered IPs on the machine within the cluster it manages.
net/widentd-1.04 (Score: 0.09133646)
RFC1413 auth/identd daemon providing a fixed fake reply
widentd is a small ident/RFC1413 deamon which provides a fixed (and fake) auth reply, regardless of the IP/port pair quoted. It's intended use is on firewalls, and NAT machines - where you may want to simply syphon off auth-requests from, for example, IRC servers. Author: Dirk-Willem van Gulik / dirkx@webweaving.org
net/xrdesktop2-2.00 (Score: 0.09133646)
GTK2 frontend for Rdesktop
Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the saving, and editing of session configurations. Xrdesktop2's intent is to handle Rdesktop's available commandline options, by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most any of the options you're likely to be interested in. Future versions will undoubtedly add more.