Paraphrasing the original (2.0) website:
ZSI, the Zolera SOAP Infrastructure, is a Python package that provides an
implementation of SOAP messaging, as described in The SOAP 1.1
Specification. In particular, ZSI parses and generates SOAP messages, and
converts between native Python datatypes and SOAP syntax. ZSI, the Zolera
SOAP Infrastructure, is a pure Python module that provides
an implementation of the SOAP 1.1 specification. Simple client and server
support are also provided.
PyGopherd is a modern dynamic multi-protocol hierarchical information server
with a pluggable modularized extension system, full flexible caching, virtual
files and folders, and autodetection of file types -- all with support for
standardized yet extensible per-document metadata.
PyGopherd is designed to serve up files using the Gopher Internet protocol.
With Gopher, you can mount a filesystem (viewing files and folders as if they
were local), browse Gopherspace with a web browser, download files, and be
interactive with searching.
But this is only part of the story. The world of Gopher is more expansive than
this. There are two major gopher protocols: Gopher0 (also known as RFC1436)
and Gopher+. PyGopherd supports both.
PyGopherd also fully natively supports HTTP, the protocol used on the Internet
for most Web transactions. So, you can access a PyGopherd server using anything
from a small, 20-line client in mobile phone to a massive 50-MB web browser.
This is a pure-python TCP load balancer. It takes inbound TCP connections and
connects them to one of a number of backend servers.
Features:
- async i/o based, so much less overhead than fork/thread based balancers. Can
use either twisted or python's standard asyncore library (twisted is
recommended, and asyncore support will be removed in a future version).
- Multiple scheduling algorithms (random, round robin, leastconns,
leastconns+roundrobin)
- If a server fails to answer, it's removed from the pool - the client that
failed to connect gets transparently failed over to a new host.
- XML based configuration file (see a sample)
- separate management thread that periodically re-adds failed hosts if they've
come back up.
- optional builtin webserver for admin (sample of the running screen)
- webserver has methods suitable for both interactive and automated systems
qadsl (GNU Alive) is a small utility to login on the Telia AB ADSL service.
It also works fine with COMHEM Cable internet and Tiscali Internet services.
It features a keep-alive daemon with login/logout functions. The daemon
periodically connects to the ISP to ensure you are not logged out.
former QueSO home page <URL:http://www.apostols.org/projectz/queso/>:
How we can determine the remote OS using simple TCP packets? Well,
it's easy, they're packets that don't make any sense, so the RFCs
don't clearly state what to answer in these kind of situations.
Facing this ambiguous, each TCP/IP stack takes a different approach
to the problem, and this way, we get a different response. In some
cases (like Linux, to name one) some programming mistakes make the OS
detectable.
QueSO sends:
0 SYN * THIS IS VALID, used to verify LISTEN
1 SYN+ACK
2 FIN
3 FIN+ACK
4 SYN+FIN
5 PSH
6 SYN+XXX+YYY * XXX & YYY are unused TCP flags
All packets have a random seq_num and a 0x0 ack_num.
This is the Cistron RADIUS daemon. Radiusd is a daemon that handles
remote authentication requests and accounting for RADIUS clients. The
clients may be terminal servers, Network Access Servers or other
RADIUS servers.
Radreport is a perl script for parsing radius logs.
While distributed by Lucent RABU, it is contributed software. Radreport has
no active maintainer and is truly open source software: if you need an extra
feature, hack it in yourself.
Rdesktop is an open source client for Windows NT/2000/2003 Terminal Server,
capable of natively speaking its Remote Desktop Protocol (RDP) in
order to present the user's Windows desktop. Unlike Citrix ICA, no server
extensions are required.
Redir is a port redirector. It can run under inetd or standalone. Redir
also supports TCP wrappers.