Transmission Remote GUI is feature rich cross platform front-end to remotely
control Transmission daemon via its RPC protocol. It is faster and has more
functionality than build-in Transmission web interface.
[ excerpt from developer's web site ]
The minder is a small network application for automatic maintenance
of peer lists. The application accepts connections from other network
entities ("minions") and returns a list of other identitical minions.
When a minion contacts the minder, the minion supplies its type,
network port and address, and its unique node identification.
The framework for building a minion is included in the C++ Sockets
Library. The framework consists of classes representing connections
between minion-minder and minion-minion, and also a controller class
for them both.
The minder itself is also built with the C++ Sockets Library as its
foundation.
Net::BitTorrent::PeerPacket handles parsing and building binary data
shared between BitTorrent peers. The module optinally exports a single
subroutine for building packets and another for parsing packets, as
well as, a constant for each packet type defined by BitTorrent.
This module handles loading and saveing of .torrent files as well as
providing a convenient way to store torrent file info in memory. Most
users of the module will most likely just call the new method with the
name of a existing torrent file and use the data from that.
TorrentSniff is a command line Perl program that reads a BitTorrent .torrent
file from the local file system or from a URL and reports on the status of the
torrent.
TorrentSniff is based on an early version of TorrentSpy. Reporting seed and
leech numbers works only with some tracker implementations.
Arping is a util to find out if a specific IP address on the LAN is 'taken'
and what MAC address owns it. Sure, you *could* just use 'ping' to find out if
it's taken and even if the computer blocks ping (and everything else) you still
get an entry in your arp cache. But what if you aren't on a routable net? Then
you're screwed. Or you use arping.
Roman Shterenzon <roman@xpert.com>
ASLOOKUP is the tool which searches the sequence of AS number specified
with the parameter from IRR and indicates the first line of Description
of AS Object.
Advantages:
You can search many AS Numbers at one time.
You can use result of "show ip bgp" command with CISCO router.
You can search to ARIN, JPNIC and APNIC whois dabase.
You can srarch AS Number from IP Addresses.
Babel is a distance-vector routing protocol for
IPv6 and IPv4 with fast convergence properties.
It is based on the ideas in DSDV, AODV and
Cisco's EIGRP, but uses a variant of ETX
link cost estimation rather than a simple
hop-count metric.
This a port of NACK-Oriented Reliable Multicast (N.O.R.M.),
as specified in RFC5740.
A packet sniffer designed to run as a daemon with automatic log rotation.
It will also act as a software tap injecting packets onto a second
interface if configured as such.