Ports Search

Results 2,2112,220 of 6,332 for /net-p2p/.(0.01 seconds)
net/wireshark-2.0.5 (Score: 0.017925238)
Powerful network analyzer/capture tool
A network analyzer that lets you capture and interactively browse the contents of packets from a variety of network interface types. Packet data can be read from a file, or live from a local network interface.
net/xorp-1.8.5 (Score: 0.017925238)
EXtensible Open Router Platform
XORP is the eXtensible Open Router Platform. The XORP project is developing an open source software router. The software is intended to be stable and fully featured enough for production use, and flexible and extensible enough for research use.
net/zeroconf-ioslave-4.14.3 (Score: 0.017925238)
KDE Network monitor for DNS-SD services (Zeroconf)
KDE Network monitor for DNS-SD services (Zeroconf).
net/xrdp-0.7.0.b20130912 (Score: 0.017925238)
Open source Remote Desktop Protocol (RDP) server
Based on the work of rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user. The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user. Xrdp uses Xvnc or X11rdp to manage the X session.
net/zebra-server-2.0.55 (Score: 0.017925238)
Z39.50/SR server software
The Zebra server combines a versatile fielded/free-text indexing/search engine with a Z39.50-1995 frontend to provide a powerful and flexible information mining tool.
chinese/telnet-1.0 (Score: 0.017892748)
8bit compatible telnet client for Chinese input
Description: Using /usr/bin/telnet in "8-bit environment", for example, BIG5- encoding Chinese characters environment in Taiwan, is somewhat in-convenient. To be able to input Chinese characters, "-8 or -L" options are needed, however, using these options cause another problem. Specifying "-8 or -L" makes ^U or ^C or ^D or ... (any isprint(c)) malfunction when telnet to SunOS. How-To-Repeat: /usr/bin/telnet -8 ms1.hinet.net (ms1.hinet.net running Solaris) login: abcde^U (or just press Enter) => the terminal state goes wrong, "reset" is needed to go back to "normal state" Fix: Apply the following patch: gopher://freebsd.csie.nctu.edu.tw/00%2f3%2fA0002063 This make telnet "8-bit clean", being able to input 8-bit data (Chinese characters) without specifying "-8 or -L" options, and telnet to SunOS without trouble. See also:
chinese/muni-1.0 (Score: 0.01785292)
Find Unicode values for Chinese characters
Muni finds the Unicode value of the 7773 Chinese characters listed in Matthews' Chinese-English Dictionary. You enter the character number found in the dictionary, and it will give you the corresponding Unicode mapping, or tell you when no such mapping has been defined. Rather than just entering the number, you can type in a query, for example: % muni : What is Unicode mapping for "Yung", listed in Matthews' Dictionary : as character 7589? - Matthews(7589) = U+6C38 : Thank you. How about 3268, Matthews' number for "Kang"? - Matthews(3268) = U+525B : Thank you, Mr. Computer. : ^D %
databases/redis-3.2.4 (Score: 0.017778415)
Persistent key-value database with built-in net interface
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
databases/redis-3.2.4 (Score: 0.017778415)
Persistent key-value database with built-in net interface
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
devel/libcidr-1.2.3 (Score: 0.017454121)
Library to handle manipulating CIDR netblocks
libcidr is a library that provides a number of functions to input, output, manipulate, compare, multilate, and otherwise play with, IP addresses and netblocks. It supports both IPv4 and IPv6, and provides sufficiently diverse functions to be useful for everything from log processes to network client and server programs. It parses addresses in a wide variety of common formats. It also provides a plethora of options for formatting them on the output as well. It can compare them in various ways and give you some useful statistics about the netblocks in which they reside.