Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

MonoTorrent is a C# based bittorrent library licensed under the MIT/X11 license. It supports creating torrents, downloading torrents and hosting a tracker.

5.0
 
  0 reviews  |  4 users  |  37,277 lines of code  |  2 current contributors  |  Analyzed over 2 years ago
 
 

PeerTracker is an Open Sourced, Simple, Efficient and Fast BitTorrent Tracker With the increasing number of public trackers shutting down, it only makes sense for the average user to setup one of their own. To accomplish this, PeerTracker has been designed from the ground up to be easily ... [More] deployed and operated from the typical shared hosting environment. The focus of this project is entirely centered on maximizing speed, minimizing http server and database resource consumption while at the same time providing full scale tracking capabilities. PeerTracker does not concern itself with the indexing or uploading of torrents, nor with share ratio monitoring or any other form of user management. [Less]

5.0
 
  0 reviews  |  3 users  |  1,514 lines of code  |  0 current contributors  |  Analyzed 6 months ago
 
 

Atrack is a minimalist ntrack and bittorrent tracker designed from the ground up for high efficiency and performance when running on Google App Engine. It as minimalist as possible while archiving the goals of high performance and preserving users privacy (it stores no user data whatsoever, and ... [More] only keeps the minimum amount necessary in memory). [Less]

5.0
 
  0 reviews  |  1 user  |  303 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

A UDP BitTorrent Tracker Implementation

0
 
  0 reviews  |  1 user  |  4,757 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

french Free (libre) and opensource community project with bittorrent support (based on Drupal) Freetorrent est un projet basé sur le partage et la promotion des logiciels libres et des contenus libres sous Licence Libre ET sous Licence Libre de Diffusion (LLD) (pour tout système : Microsoft ... [More] Windows™, Gnu/Linux, Mac OS, xBSD, ...). Freetorrent propose de rassembler et de rendre ces médias disponibles par l'intermédiaire du réseau Peer to peer en utilisant le protocole Bittorrent et souhaite ainsi créer une dynamique communautaire culturelle libre, pour tous, par tous. Finalité de freetorrentfournir un service communautaire culturel gratuit et libre. Objectifs de freetorrentproposer un projet social et citoyen basé sur la culture libre, l'échange de savoirs et le développement culturel créer une dynamique communautaire culturelle libre, pour tous, par tous administrer un espace culturel communautaire rassembler et rendre des média sous licences libres disponibles par l'intermédiaire du réseau Peer to peer en utilisant le protocole Bittorrent construire un vaste catalogue en ligne de média sous licences libres, classés, commentés et régulièrement mis à jour : tutoriels, livres, films, vidéo, revues techniques, supports littéraires (poésie, théâtre, roman...) proposer la mise à disposition d'espaces de discussions organiser la rédaction collaborative d'infos et d'articles de fond proposer de l'information sur le libre échange (ou "échange libre"), et participer à sa diffusion témoigner de la diversité du monde du Libre et de son dynamisme proposer à ses visiteurs de devenir ponctuellement ou régulièrement acteurs du site Objectifs opérationnelscumuler un tracker bittorrent et un portail communautaire, réfuter et refuser l'aspect "bittorrent = warez", travailler l'aspect esthétique, travailler la communication et le partenariat, ... Fonctionnement actuelTracker bittorrent est actuellement basé sur Btitracker de la Btiteam. Développement prévu (au 01/09/09)Drupal + XBT Tracker [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 2 years ago
 
 
Compare

This project is an attempt to fill in the gap left out by BlogTorrent. The idea is to have a simplified torrent tracker based on BlogTorrent without the "EasyDownload" and which exists now between nerds running trackers and normal users doing the download. And with many of the publicaly ... [More] available trackers availablity not being guranteed and folks who co-host not_so_legal stuff, which being taken down all the time, there is a urgent need to have a software infrastructure which will allow any reasonably knowledgeable user to setup and serve his files via bittorrent from his shared server. The Project attempts to achieve the following: * Run a efficient non-binary tracker - to be able to run on a shared server * Ability to share from server, popularly called a server-side seeding – to prevent sharing from dying off due to lack of a full or complete seed. * Simple to setup * Be OS/Platform neutral – PHP and python for glue code The software will be shipped with scaled down version of the official bittorrent client so as to benefit from upstream modifications. It will also be shipped with a stripped down version of python to support the bittorrent client and to make sure we work most OS/platforms. The Software has the ability to use a database or can run off a flat-file database. Users will have the ability to do most tasks that need to be done with bittorrent * creating torrents for files on the server - maketorrent.php * seeding torrents - seeder.php * stopping and starting torrents - start.php and stop.php * modify torrent - updating tracker information - updatetorrent.php All the above php files are mostly front-ends to equal programs available in the official bititorrent client. Once the torrent is created and tracked. It can be downloaded via any available bittorrent client. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

BtiTracker is a php tracker system for BitTorrent, easy to setup and configure. Full remote admin management. A quote from the readme file: "This tracker is a frontend for DeHackEd's tracker, aka phpBTTracker (now heavely modified). We aim to make a nice user interface and a good admin tool at the same time."

3.0
   
  0 reviews  |  0 users  |  97,466 lines of code  |  1 current contributor  |  Analyzed 10 days ago
 
 

To start with, here's why I'm coding torrentbarf - I've found that there are a number of problems with the most popular private bittorrent trackers out there. Among them: They're all written in PHP, which is scalable only if designed correctly (torrentbits scripts include a number ... [More] of library files on every page load, including tracker announces, including stuff that isn't necessary). Many are based on the torrentbits source code, which is several years out of date and forked into oblivion (so they cannot share any code improvements, and improvements are difficult to create). They are poorly templated (using a hand-crafted templating system). Torrentbarf is written using django, a Python web framework that runs using fastcgi. Not only does it run faster (the framework is optimized to run high-volume sites on cheap hardware), it is modular (and thus easier to add features to). It is immune to common errors that plague PHP apps (namely, SQL injections and register_globals). At the moment, every relative statement in the previous paragraph is a bold-faced lie. Yes, I'm working with django, and yes, I have a pretty good idea of how trackers work, but no, it is not working yet, and thus no, it is not optimized (although if Psyco is installed on the local machine, support for it has been added to django's manage.py for this project). [Less]

0
 
  0 reviews  |  0 users  |  2,991 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A simple BT publishing index system. Base on: Linux, Apache, PHP, Mysql. this project is rename to p2pnow

0
 
  0 reviews  |  0 users  |  412 lines of code  |  0 current contributors  |  Analyzed about 24 hours ago
 
 

Qt4 tracker application for BitTorrent protocol (www.bittorrent.org) done as a student project for the Faculty Of Electrical Engineering, Nis (www.elfak.ni.ac.yu).

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.