Main > Free Download Search >

Free net bittorrent peerpacket 1.0 software for linux

net bittorrent peerpacket 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4189
Net::BitTorrent::PeerPacket 1.0

Net::BitTorrent::PeerPacket 1.0


Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent. more>>
Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent.

SYNOPSIS

# Encode a packet
my $binary_packet = bt_build_packet($key1, $value1, $key2, $value2);

# Decode a packet
my $parsed_packet = bt_parse_packet($binary_data);

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.

<<less
Download (0.006MB)
Added: 2006-09-26 License: Perl Artistic License Price:
1130 downloads
Net Worm Race 1.0

Net Worm Race 1.0


Net Worm Race project is a network snake game for up to 30 players. more>>
Net Worm Race project is a network snake game for up to 30 players.

Net Worm Race is a highly customizable on- line network game for up to 30 players. It is a variation on the well known "snake" theme.

Several worms (one for each player) keep growing from somewhere and can change their direction to certain angles (set in the settings) or change their speed by certain amounts in a given range.

If the head of a worm leaves the game area or another worm, the worm dies.

The game goes on until there is a single worm left.

<<less
Download (0.057MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1066 downloads
Net::BitTorrent::LibBT::Tracker 0.018

Net::BitTorrent::LibBT::Tracker 0.018


Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. more>>
Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker.

SYNOPSIS

use Net::BitTorrent::LibBT::Tracker;

my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker");
print "Tracker has ", $tracker->num_peers, " peers.n";

The Net::BitTorrent::LibBT::Tracker module provides an interface to the libbttracker Hash and Peer databases and the statistics stored in shared memory.

<<less
Download (0.021MB)
Added: 2006-10-19 License: Perl Artistic License Price:
1104 downloads
Gnome BitTorrent Downloader 0.0.28

Gnome BitTorrent Downloader 0.0.28


Gnome BitTorrent Downloader is not meant to be an entire front-end, just a program that pops up when you execute the torrents. more>>
Gnome BitTorrent Downloader is not meant to be an entire front-end, just a program that pops up when you "execute" the torrent files.

Since BitTorrent is written in Python, I figured Id write this program in Python too; saves a lot of trouble as I already knew Python relatively well.

<<less
Download (0.032MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
957 downloads
BitTorrent 5.0.9

BitTorrent 5.0.9


BitTorrent is a tool for copying files from one machine to another. more>>
BitTorrent is a FREE software for copying files from one machine to another. FTP punishes sites for being popular.

Since all uploading is done from one place, a popular site needs big iron and big bandwidth.

With BitTorrent, clients automatically mirror files they download, making the publishers burden almost nothing.
<<less
Download (2.0MB)
Added: 2007-08-10 License: MIT/X Consortium License Price:
961 downloads
BitTorrent Queue Manager 0.1.3

BitTorrent Queue Manager 0.1.3


BitTorrent Queue Manager is a console-based BitTorrent client that provides built-in queue management functions. more>>
BitTorrent Queue Manager is a console-based BitTorrent client running on top of BitTornado that provides built-in queue management functions.
BitTorrent Queue Manager also provides a remote interface compatible with ABC for Web-based control. Furthermore, peer information can be queried, including country and network names, and a built-in crawler can gather new torrents on specified trackers or catalog sites for downloading automatically.
This is the new beginning of BTQueue. By upgrading to 0.1.0, you are able to:
- Utilize DHT network compatible to Bram Cohens client and BitComet
- Query IP location from updated database plus AS number (see ip2cc)
- Change client identifier to Azureus, Bram Cohens client, or BitComet
<<less
Download (2.0MB)
Added: 2006-06-23 License: Python License Price:
1231 downloads
Net::Google::Service 1.0.1

Net::Google::Service 1.0.1


Net::Google::Service is a SOAP widget(s) for Net::Google. more>>
Net::Google::Service is a SOAP widget(s) for Net::Google.

SYNOPSIS

use Net::Google::Service;
my $search = Net::Google::Service->search({debug=>1});

PACKAGE METHODS

__PACKAGE__->search(%args)
__PACKAGE__->spelling(%args)
__PACKAGE_->cache(%args)

<<less
Download (0.017MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1061 downloads
MyNetMonitor 1.0.3

MyNetMonitor 1.0.3


Mynetmonitor is a gtk2 net monitor with system tray support. more>>
Mynetmonitor is a gtk2 net monitor with system tray support in which you can choose the interface to monitor and set a connect/disconnect command.
Main features:
- Shows various status icons in gnome2, kde3, xfce4 system tray
- Uses connect and disconnect commands, shows net speeds and times
<<less
Download (0.43MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1500 downloads
Net::Google::Cache 1.0.1

Net::Google::Cache 1.0.1


Net::Google::Cache is a simple OOP-ish interface to the Google SOAP API for cached documents. more>>
Net::Google::Cache is a simple OOP-ish interface to the Google SOAP API for cached documents.

SYNOPSIS

use Net::Google::Cache;
my $cache = Net::Google::Cache(%args);

$cache->url("http://aaronland.net);
print $cache->get();

Provides a simple OOP-ish interface to the Google SOAP API for cached documents.
This package is used by Net::Google.

<<less
Download (0.017MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1068 downloads
Net::Google::Search 1.0.1

Net::Google::Search 1.0.1


Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching. more>>
Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching.

SYNOPSIS

use Net::Google::Search;
my $search = Net::Google::Search->new(%args);

$search->query(qw(aaron cope));
map { print $_->title()."n"; } @{$search->results()};

# or

foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";

# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElement()}
}

Provides a simple OOP-ish interface to the Google SOAP API for searching.
This package is used by Net::Google.

<<less
Download (0.017MB)
Added: 2006-11-20 License: Perl Artistic License Price:
1069 downloads
Net::TCPwrappers 1.11

Net::TCPwrappers 1.11


Net::TCPwrappers is a Perl interface to tcp_wrappers. more>>
Net::TCPwrappers is a Perl interface to tcp_wrappers.

SYNOPSIS

use Net::TCPwrappers qw(RQ_DAEMON RQ_FILE request_init fromhost hosts_access);
...
my $progname = yadd;
while (accept(CLIENT, SERVER)) {
my $req = request_init(RQ_DAEMON, $progname, RQ_FILE, fileno(CLIENT));
fromhost($req);
if (!hosts_access($req)) {
# unauthorized access.
...
}
else {
# service connecting client.
...
}
}

ABSTRACT

Net::TCPwrappers offers perl programmers a convenient interface to the libwrap.a library from tcp_wrappers, Wietse Venemas popular TCP/IP daemon wrapper package. Use it in your perl code to monitor and filter access to TCP-based network services on unix hosts.

Net::TCPwrappers mimics the libwrap.a library fairly closely - the names of the functions and constants are identical, and calling arguments have been altered only slightly to be more perl-like.

<<less
Download (0.047MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1125 downloads
Net::Akismet 0.02

Net::Akismet 0.02


Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter. more>>
Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter.

SYNOPSIS

my $akismet = Net::Akismet->new(
KEY => secret-baba-API-key,
URL => http://example.blog.net/,
) or die(Key verification failure!);

my $verdict = $akismet->check(
USER_IP => 10.10.10.11,
COMMENT_CONTENT => Run, Lola, Run, the spam will catch you!,
COMMENT_AUTHOR => dosser,
COMENT_AUTHOR_EMAIL => dosser@subway.de,
REFERRER => http://lola.home/,
) or die(Is the server here?);

if (true eq $verdict) {

print "I found spam. I am a spam-founder!n";
}

<<less
Download (0.004MB)
Added: 2007-03-23 License: Perl Artistic License Price:
945 downloads
Net::Stomp::Frame 0.32

Net::Stomp::Frame 0.32


Net::Stomp::Frame is a STOMP Frame. more>>
Net::Stomp::Frame is a STOMP Frame.

SYNOPSIS

use Net::Stomp::Frame;
my $frame = Net::Stomp::Frame->new( {
command => $command,
headers => $headers,
body => $body,
} );
my $frame = Net::Stomp::Frame->parse($string);
my $string = $frame->as_string;

This module encapsulates a Stomp frame. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). Its a simple and easy to implement protocol for working with Message Orientated Middleware from any language.

Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features.

A Stomp frame consists of a command, a series of headers and a body.

<<less
Download (0.006MB)
Added: 2007-06-23 License: Perl Artistic License Price:
853 downloads
Authorize.net AIM Client 1.0

Authorize.net AIM Client 1.0


Authorize.net AIM Client is a PHP client for the AIM API for Authorize.net. more>>
Authorize.net AIM Client is a PHP client for the AIM API for Authorize.net.

Authorize.net customers can use this class to submit credit card charges to authorize.net. This is a PHP port of the Java class com.admc.lm.AIM.

Make sure to verify the checksums, and do not obtain these files from any other location if you dont trust the source or cant verify the download. I am not responsible if you get robbed by hacked versions of my code.

You may redistribute Authorize.net AIM Client according to the BSD open source license.

<<less
Download (0.017MB)
Added: 2005-12-13 License: BSD License Price:
1411 downloads
Net::Oscar 1.0

Net::Oscar 1.0


Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients. more>>
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients.

<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5