Archive

Posts Tagged ‘bittorrent’

Bittorrent Indexer Bot 2

March 4th, 2010 Comments off

I want a torrent bot implemented on my site that indexes torrents from the major torrent sites along with description. How much?

Bittorrent Indexer Bot

January 29th, 2010 Comments off

I want a torrent bot implemented on my site that indexes torrents from the major torrent sites along with describtion. How much?

Bittorrent Program

January 18th, 2010 Comments off

I need a software Bittorrent Program.
You can use any modules, open source in Internet and complete the software for me. I need source code too.

Server App To Monitor Dht Use

December 19th, 2009 Comments off

We’re looking for a command-line (terminal) application/daemon that we can run on Red Hat servers. It needs to listen to BitTorrent’s DHT Network activity (see http://bittorrent.org/beps/bep_0005.html for more information) and generate statistics on a consistent basis in XML format of File-sharing activity and user queries. We need to compile anonymous data of which users have which parts of which transfers (0-100% complete, chunks, etc.) for analysis.

There are a lot of open-source BitTorrent clients that could be modified to accomplish this task. I think this is a fairly simple project but the daemon needs to be stable and run constantly without crashing.

Key variables we’re logging:
1) Infohash of the torrent file (for tracking related torrents… the torrent file itself has the file list so we’ll know the information about each file)
2) The peer’s IP address and the port that they’re using (to prevent duplicates only, this will be discarded)
3) Binary data representing which parts of the file are in possession by the user and which are NOT.

All of this information should be available by monitoring DHT and I’m curious to see how successful we can be in joining the network and collecting this usage information.
Looking to accomplish this quickly in order to begin live-testing.

Platform: Preferably we’d like to run this on a Red Hat Linux machine in just a Terminal instance. It doesn’t matter how it runs as long as it’s fast and reliable.

Server App To Monitor Dht

December 12th, 2009 Comments off

We’re looking for a command-line (terminal) application/daemon that we can run on Red Hat servers. It needs to listen to BitTorrent’s DHT Network activity (see http://bittorrent.org/beps/bep_0005.html for more information) and generate statistics on a consistent basis in XML format of File-sharing activity and user queries.

There are a lot of open-source BitTorrent clients that could be modified to accomplish this task. I think this is a fairly simple project but the daemon needs to be stable and run constantly without crashing.

Looking to accomplish this quickly in order to begin live-testing.

Bittorrent Scraper (c++)

August 19th, 2009 Comments off

I need a torrent scraper in C++ which can be used to scrape torrents for their stats.

The scraper should also have the ability to multi/full scrape torrents.

It needs to have support for checking specific torrents in specific intervals. For example, torrents added to the database within the last 24 hours should be scraped every 15 minutes, torrents added up to the last week every 3 hours, etc. And those settings should be editable without having to recompile the scraper.

It needs to have full multithreading support and I should be able to change amount of threads and timeout settings.

Bittorrent Scraper

April 14th, 2009 Comments off

I need a torrent scraper in C++ which can be used to scrape torrents for their stats.

The scraper should also have the ability to multi/full scrape torrents.

Also cross-referencing of trackers with torrents i.e torrents should be checked with random tracker not present in its announce-list for presence, if yes it should added to the database

Bear