A libpcap-based ethernet packet generator, capable of replaying traffic
from a pcap file, and an editor to allow you to change the contents of a
trace file on the fly.
bsdproxy is a generic, event-driven proxy designed specifically for the
BSD platform. It uses the kqueue()/kevent() system calls to determine
when to relay data from one side of the connection to the other. It also
uses GLib (http://www.gtk.org) data structures and memory management
functions to optimize steady-state performance (minimize unnecessary
memory allocation/deallocation).
bsdproxy has been used to proxy HTTP, HTTPS, telnet, and mysql without
any problems. It should be able to serve as a transparent proxy for
anything over a TCP/IP connection.
A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.
C++ SOAP Library based on expat
"echoping" is a small program to test (approximatively) performances of a
remote host by sending it TCP "echo" (or other protocol) packets.
- uses the protocols echo, discard, chargen or HTTP,
- uses UDP instead of TCP for the protocols which accept it (like echo),
- can repeat the test and display various measures about it,
- can use T/TCP on systems which support it.
It's useful for checking that http servers are running and not wedged.
empty - run applications under pseudo-terminal (PTY) sessions and replace
TCL/Expect with a simple tool.
FSP Client is single executable client for the FSP protocol. FSP
Client uses an FTP-like user interface. It feels like FTP, but under
the hood it uses FSP protocol. FSP is a UDP-based protocol for transfering
files around, and was designed for anonymous archives.
GINI is a lightweight, mostly Icecast/Shoutcast compatible streaming
server for broadcasting Ogg Vorbis, MP3, RIFF AVI, ASF/WMV, QuickTime
and RealMedia format files.
Netcat is a featured networking utility which reads and writes data across
network connections, using the TCP/IP protocol. It is designed to be a reliable
"back-end" tool that can be used directly or easily driven by other programs and
scripts. At the same time, it is a feature-rich network debugging and
exploration tool, since it can create almost any kind of connection you
would need and has several interesting built-in capabilities.
GoFish is a very simple gopher/web server. It is designed with security,
performance. and low resource usage in mind.