MAD-FLUTE is an implementation of FLUTE - File Delivery over
Unidirectional Transport (IETF draft). FLUTE is a protocol for the
unidirectional delivery of files over the Internet, which is particularly
suited to multicast networks. FLUTE builds on Asyncronous Layered Coding
(ALC), the base protocol designed for massively scalable multicast
distribution (RFC 3450). ALC is a protocol instantiation of Layered Coding
Transport building block (LCT) (RFC 3451). MAD-ALC is an implementation of
the ALC/LCT protocols. The MAD/TUT project is going on at Tampere
University of Technology (TUT).
The linux-decnet project is an effort to bring full DECnet
support to Linux; however, they also separately offer the latd
package, a collection of programs that speak Digital's old Local
Area Terminal (LAT) protocol. These programs enable network
clients to reach serial devices connected to old LAT-only
terminal servers, such as the DECserver 200/MC.
This is a redistribution of the linux-decnet project's software,
with FreeBSD compatibility added. It is based very closely on the
NetBSD port by Matt Fredette and has benefited from the
wonderful assistance of Patrick Caulfield (the original author).
eXosip is a GPL library that extend the capability of the oSIP library.
It aims to implement a simple high layer API to control the SIP for sessions
establishments and common extensions. Once completed, this eXtended library
should provide an API for call management, messaging and presence features.
eXosip2 has support for:
* registrations. (REGISTER)
* call initiation and modification. (INVITE, re-INVITE)
* other methods within calls (INFO, OPTIONS, UPDATE)
* call transfer. (REFER)
* reliability for provisional response. (PRACK)
* sip event package. (SUBSCRIBE/NOTIFY)
* event state publication. (PUBLISH)
* instant messaging. (MESSAGE)
eXosip2 does not contain:
* RTP.
* audio interface
* sdp negotiation.
This allow you to write any kind of SIP endpoint/gateway.
GNetwork is a networking wrapper written in pure C against the Glib/GObject
object framework.
The intention here is to provide a useful and easy-to-develop-against sockets
wrapper for GNOME2 & GTK+ 2.0 programs which require TCP/IP connection
capabilities. It can be used by programs which do not use GNOME or GTK+
anyways,however. It is NOT recommended or intended for high-load server
situations, just user applications which need TCP/IP networking. Proxies are
supported completely transparently, using the same settings as gnome-vfs.
-- The libgnetwork README
UPnP media server
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.
MediaTomb implements the UPnP MediaServer V 1.0 specification that can
be found on http://www.upnp.org/. The current implementation focuses
on parts that are required by the specification, however we look into
extending the functionality to cover the optional parts of the spec as
well.
Neubot is a research project on network neutrality of the NEXA Center for
Internet & Society at Politecnico di Torino. The project is based on a
lightweight open-source program that interested users can download and install
on their computers. The program runs in background and periodically performs
transmission tests with some test servers and with other instances of the
program itself. These transmission tests probe the Internet using various
application level protocols. The program saves tests results locally and uploads
them on the project servers. The collected dataset contains samples from various
Providers and allows to monitor network neutrality.
This is a relatively simple port of OpenRADIUS. From the faq...
------------------------------
What is OpenRADIUS?
OpenRADIUS is a piece of software that links your network access
devices to your user-, service profile-, and usage databases.
As such, OpenRADIUS isn't unique; other servers that speak the
RADIUS protocol do the same. But it is unique in the flexibility
it offers you in building this link, because it puts you in full
control of the business rules used inside the server and the ways
it talks to your databases - without anybody having to hack the
source code.
------------------------------
Omnitty is a curses-based program that allows one to log into several
machines simultaneously and interact with them, selectively directing
input to individual machines or groups of selected machines.
You can run both line-oriented and screen oriented in the target
machines, because Omnitty has built-in terminal emulation capability.
When the window is large enough, Omnitty also displays a "summary area"
for each machine, in which it shows what the latest output from the
machine was, so you can have an idea of what is going on in each machine.
Jifty is a full-stack web framework. It provides an optional REST interface
for applications. Using this module, you can interact with that
REST interface to write client-side utilities.
You can use this module directly, but you'll be better off subclassing it.
This module also provides a number of convenient methods for writing
short scripts. For example, passing use_config => 1 to new will look at
the config file for the username and password (or SID) of the user.
If neither is available, it will prompt the user for them.
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library.
It supports the SSH2 protocol (there is no support for SSH1) with all of the
key exchanges, ciphers, and compression of libssh2.
Unless otherwise indicated, methods return a true value on success and false
on failure; use the error method to get extended error information.
The typical order is to create the SSH2 object, set up the connection methods
you want to use, call connect, authenticate with one of the auth methods, then
create channels on the connection to perform commands.