jabberd14 is the original server implementation of the Jabber protocol,
now known as XMPP. It is open source, and it is free. This implementation
has been formerly known as just jabberd as well.
Please note: net-im/jabberd (also known as jabberd 2.x) is not a newer
version of jabberd14 but a completely different project.
mrtg-ping-probe is a ping probe for MRTG 2.x. It is used to monitor
the round trip time and packet loss to networked devices. MRTG uses
its output to generate graphs visualizing minimum and maximum round
trip times or packet loss.
Yoshiro MIHIRA
<sanpei@FreeBSD.org>
Service discovery on a local network -- this means that you can plug your
laptop or computer into a network and instantly be able to view other people
who you can chat with, find printers to print to or find files being shared.
This kind of technology is already found in MacOS X (branded 'Rendezvous',
'Bonjour' and sometimes 'ZeroConf') and is very convenient.
Service discovery on a local network -- this means that you can plug your
laptop or computer into a network and instantly be able to view other people
who you can chat with, find printers to print to or find files being shared.
This kind of technology is already found in MacOS X (branded 'Rendezvous',
'Bonjour' and sometimes 'ZeroConf') and is very convenient.
libpcap is a ubiquitous network traffic capture library used by a wide
variety of BSD, Linux and UN*X applications.
Whilst FreeBSD has a vendor branch import of libpcap in its source tree,
the purpose of the port is to provide a means of offering additional,
bleeding-edge features which might not make it into the tree.
A library which exposes zero-copy sendfile functionality in a portable
way. If a platform does not support sendfile, a fallback implementation
in haskell is provided. Currently supported platforms: Windows 2000+
(Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native),
Everything else (Portable Haskell code).
libunp is the library used in W. Richard Stevens' book "UNIX Network
Programming Volume 1, 2nd Edition". It contains the library and headers
used in the examples as well as all programs from the text that compile on
FreeBSD systems.
For more information on the book, see
http://www.phptr.com/ptrbooks/ptr_013490012X.html
For more info on W. Richard Stevens, see
Reposado is a set of tools written in Python that replicate the
key functionality of Mac OS X Server's Software Update Service.
This enables you to host a local Apple Software Update Server
on any hardware and OS of your choice.
tcpdump is a ubiquitous network traffic capture tool available in a wide
variety of BSD, Linux and UN*X distributions.
This is the version 3.9.8 which is currently shipped with FreeBSD
7. FreeBSD 8.0 is shipping with version 4.0.0 which gives a different
output with some items missing.
ssltunnel is a client/server software to establish PPP links over
SSL/TLS sessions. Client and server are mutually authenticated using
X509 certificates, PPP packets are encrypted/decrypted realtime on
each side. The client has the ability to initiate the connection
through an HTTP/HTTPS relay, even if an authentification is needed.
This is the client part.