Ports Search

Results 9,6019,610 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.019 seconds)
net/miruo-0.9.6b (Score: 1.869263E-4)
Pretty-print TCP session monitor/analyzer
Network monitor/analyzer which prints packets on terminal in neat style. Packet data can also be read from a file saved by tcpdump(1).
net/openh323-1.19.0.1 (Score: 1.869263E-4)
H323 Video Conferencing library
OpenH323 is a multi-platform H323 Video Conferencing library. This is used to make H323 Video Conferencing applications like GnomeMeeting and ohphone. (both in the FreeBSD ports tree) The library includes a sample program called simph323. The OpenH323 library makes use of PWLib. http://www.equival.com PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty.
net/Event-tcp-0.14 (Score: 1.869263E-4)
Glue code to build client-server style TCP-based services
Event::tcp is a bunch of glue code to make it very easy to build client-server style TCP-based services.
net/cagibi-0.2.0 (Score: 1.869263E-4)
KDE SSDP/uPNP proxy
Cagibi is an experimental cache/proxy system for the SSDP* (Simple Service Discovery Protocol) part of UPnP. Cagibi aims to be to SSDP what Avahi is to DNS-SD/Zeroconf: a cache caching all service/device announcements on the network in a local process as well as being a broker serving local announcements to the network. Both should be done by a single daemon process, accessable via D-Bus on the system bus. The cache should offer active queries, so another process is only informed about changes about UPnP devices it is interested in.
net/Net-Dropbox-API-1.9 (Score: 1.869263E-4)
Dropbox API interface
The Dropbox API is a OAuth based API. I try to abstract as much away as possible so you should not need to know too much about it.
net/Net-Google-Analytics-3.03 (Score: 1.869263E-4)
Perl extension for Google Analytics Data Export API
This module provides a simple, straight-forward interface to the Google Analytics Data Export API, using LWP::UserAgent and XML::LibXML for the heavy lifting.
net/Net-3.08 (Score: 1.869263E-4)
Perl5 modules to access and use network protocols
libnet is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community. For details of each protocol please refer to the RFC. RFC's can be found a various places on the WEB, for a starting point look at: http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/ The RFC implemented in this distribution are Net::FTP RFC959 File Transfer Protocol Net::SMTP RFC821 Simple Mail Transfer Protocol Net::Time RFC867 Daytime Protocol Net::Time RFC868 Time Protocol Net::NNTP RFC977 Network News Transfer Protocol Net::POP3 RFC1939 Post Office Protocol 3
net/ipdecap-0.7.1 (Score: 1.869263E-4)
Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP protocols
Decapsulate traffic encapsulated within GRE, IPIP, 6in4 and ESP protocols from a pcap file. Can also remove IEEE 802.1Q (virtual lan - vlan) header.
net/kippo-0.8 (Score: 1.869263E-4)
Medium interaction ssh honeypot
Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.
net/Net-OpenSSH-Parallel-0.14 (Score: 1.869263E-4)
Run SSH jobs in parallel
Net::OpenSSH::Parallel is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem space of parallel process execution via SSH. Obviously, it is build on top of Net::OpenSSH! Common usage of the module is as follows: - Create a Net::OpenSSH::Parallel object. - Register the hosts where you want to run commands with the "add_host" method. - Queue the actions you want to run (commands, file copy operations, etc.) using the "push" method. - Call the "run" method and let the parallel scheduler take care of everything!