Ports Search

Results 13,83113,840 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
net/ifdepd-20110412 (Score: 6.4104104E-5)
Interface Dependency daemon
ifdepd implements dependencies between network interfaces in a reliable way. If any of the source interfaces fails, ifdepd sets all destination interfaces to state down. If all source interfaces are active, ifdepd sets all destination interfaces to state up. For example, it can be used with carp(4) to provide failover functionality on gateways/firewalls. ifdepd is a simple replacement for ifstated and was written because of problems with ifstated. Alexander Hausner <alex@hugo.bmg.gv.at>
net/htpdate-1.1.2 (Score: 6.4104104E-5)
Time synchronization over http utility
The HTTP Time Protocol (HTP) is used to synchronize a computer's time with web servers as reference time source. Htpdate will synchronize your computer's time by extracting timestamps from HTTP headers found in web servers responses. Htpdate can be used as a daemon, to keep your computer synchronized. Accuracy of htpdate is usually better than 0.5 seconds (even better with multiple servers). Htpdate can also work through http proxy.
net/httpry-0.1.7 (Score: 6.4104104E-5)
Packet sniffer designed for displaying and logging HTTP traffic
"httpry is a specialized packet sniffer designed for displaying and logging HTTP traffic. It is not intended to perform analysis itself, but to capture, parse, and log the traffic for later analysis. It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file. It is written to be as lightweight and flexible as possible, so that it can be easily adaptable to different applications."
net/ip2location-7.0.2 (Score: 6.4104104E-5)
C library to find user\'s location
IP2Location is a C library that enables the user to find the country, region, city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type by IP address or hostname originates from. It contains a demo IP2Location IP-COUNTRY BIN database which consists of real data for IP address range 0.0.0.0 to 99.255. 255.255. This database contains IP address blocks as key and countries as values.
net/ipsumdump-1.85 (Score: 6.4104104E-5)
Produce ASCII summary of network traffic or tcpdump(1) file
The ipsumdump program summarizes TCP/IP dump files into a self-describing ASCII format easily readable by humans and programs. Ipsumdump can read packets from network interfaces, from tcpdump files, and from existing ipsumdump files. It will transparently uncompress tcpdump or ipsumdump files when necessary. It can randomly sample traffic, filter traffic based on its contents, anonymize IP addresses, and sort packets from multiple dumps by timestamp. Also, it can optionally create a tcpdump file containing actual packet data.
net/jags-0.22.1 (Score: 6.4104104E-5)
JAGS - Just Another GTK+ Samba Client
Jags is a Gtk+ based windows network neighbourhood browser. The program parses the output from smbclient ( part of the samba-package ) and use this to display a graphic view of the network. This program does the parsing with help from shell- scripts. This means that it's easy to change the functionality of the program and you can edit this without touching the source-code.
net/libilbc-2.0.2 (Score: 6.4104104E-5)
Internet Low Bit Rate codec (RFC3951)
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust voice communication over IP. The codec is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s with an encoding frame length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets.
net/liboauth-1.0.3 (Score: 6.4104104E-5)
C library implementing the OAuth Core standard
OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests.
net/ntlmaps-0.9.9.0.1 (Score: 6.4104104E-5)
Proxy that authenticates the user using the NTLM protocol
NTLM Authorization Proxy Server (APS) is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can change arbitrary values in your client's request header so that those requests will look like they were created by MS IE.
net/JavaScript-RPC-0.3 (Score: 6.4104104E-5)
Remote procedure calls from JavaScript
JavaScript::RPC::Server::CGI is a CGI-based server library for use with Brent Ashley's JavaScript Remote Scripting (JSRS) client library. It works asynchronously and uses DHTML to deal with the payload. In order to add your custom meothds, this module should be subclassed. The most current version (as of the release of this module) of the client library as well as a demo application have been included in this distribution.