Ports Search

Results 1,6411,650 of 5,824 for /net/.(0.003 seconds)
net/php70-7.0.11 (Score: 0.07643312)
The sockets shared extension for php
net/tightvnc-1.3.10 (Score: 0.07643312)
Enhanced version of VNC
Enhanced version of VNC, called TightVNC (grown from the VNC Tight Encoder project), which is optimized to work over slow network connections such as low-speed modem links. While original VNC may be very slow when your connection is not fast enough, with TightVNC you can work remotely almost in real time in most environments. Besides bandwidth optimizations,TightVNC also includes many other improvements, optimizations and bugfixes over VNC. Note that TightVNC is free, cross-platform and compatible with the standard VNC.
net/tiny-network-utilities-0.150519 (Score: 0.07643312)
Minimalistic DHCP, UDP proxy, etc server implementations
The collection of minimalistic network server implementations to support virtual machine network connectivity: DHCP, UDP proxy, UDP anti-NAT.
net/tf-5.0b8 (Score: 0.07643312)
Popular programmable MUD client, with macro support and more
TinyFugue is a powerful, programmable MUD client with macro support and multi-worlding support and much more. -Mike Peck mike@binghamton.edu
net/tinyldap-0.0.20091122 (Score: 0.07643312)
Small LDAP implementation
tinyldap is an attempt to write a very small and very fast LDAP server. openldap is the reference when it comes to LDAP servers, and it performs very poorly despite using techniques such as thread pools. LICENSE: GPL2
net/torsocks-2.1.0 (Score: 0.07643312)
Easy way to make any app work through Tor
This is new generation of TSOCKS. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. See also https://gitweb.torproject.org/torsocks.git
net/traff-0.7 (Score: 0.07643312)
Libpcab based fast traffic accounting program
WHAT IS IT? Traff is a program that attaches itself to one or more network interfaces, sniffs all IP-packages passing at it and accounts each packets size. The collected information can be dumped to a mysql-Database, for further processing. The configuration is very flexible, allowing you to create different/multiple accounting rules. COPYRIGHT Copyright (C) 2001 - Hans Marcus Kr<FC>ger <hanskruger at iname.com>, Porter - Dan Caescu <dan.caescu at netcaetera.ro> <daniel at freebsd.ro>
net/trickle-1.07 (Score: 0.07643312)
Lightweight, portable bandwidth shaper
Trickle is a portable lightweight userspace bandwidth shaper. It can run in collaborative mode (together with trickled) or in stand alone mode.
net/mosh-1.2.6 (Score: 0.07643312)
Mobile terminal that supports intermittent connectivity
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
net/nanomsg-1.0.0 (Score: 0.07643312)
Socket library that provides several common communication patterns
nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies. The communication patterns, also called "scalability protocols", are basic blocks for building distributed systems. By combining them you can create a vast array of distributed applications. The following scalability protocols are currently available: * PAIR -- simple one-to-one communication * BUS -- simple many-to-many communication * REQREP -- allows to build clusters of stateless services to process user requests * PUBSUB -- distributes messages to large sets of interested subscribers * PIPELINE -- aggregates messages from multiple sources and load balances them among many destinations * SURVEY -- allows to query state of multiple applications in single go