Coder Social home page Coder Social logo

opentracker's Introduction

About This Fork

==================

Build Status

Added Feature

  • live sync through unicast
  • persistent storage on disk
  • human-readable http debug interface
  • configurable backlog argument for listen(2)

Original README

==================

This is opentracker. An open bittorrent tracker.

You need libowfat (http://www.fefe.de/libowfat/).

Steps to go:

cvs -d :pserver:[email protected]:/cvs -z9 co libowfat cd libowfat make cd .. cvs -d:pserver:[email protected]:/home/cvsroot co opentracker cd opentracker make ./opentracker

This tracker is open in a sense that everyone announcing a torrent is welcome to do so and will be informed about anyone else announcing the same torrent. Unless -DWANT_IP_FROM_QUERY_STRING is enabled (which is meant for debugging purposes only), only source IPs are accepted. The tracker implements a minimal set of essential features only but was able respond to far more than 10000 requests per second on a Sun Fire 2200 M2 (thats where we found no more clients able to fire more of our testsuite.sh script).

Some tweaks you may want to try under FreeBSD:

sysctl kern.ipc.somaxconn=1024 sysctl kern.ipc.nmbclusters=32768 sysctl net.inet.tcp.msl=10000 sysctl kern.maxfiles=10240

License information:

Although the libowfat library is under GPL, Felix von Leitner aggreed that the compiled binary may be distributed under the same beer ware license as the source code for opentracker. However, we like to hear from happy customers.

opentracker's People

Contributors

flygoast avatar spiderx avatar

Stargazers

 avatar  avatar skyhawk avatar acewind avatar  avatar ChangTai LIANG avatar  avatar Cheedoong Ch'ng avatar 陈佳 avatar Nick avatar Kernel Jackson avatar samurai avatar  avatar

Watchers

 avatar foxban avatar James Cloos avatar  avatar Barry J. Burns (pluggo) avatar It's dura mato avatar

opentracker's Issues

Cannot Run OT

When trying to run im getting No socket address for live sync specified. and it just closes , this is while running the non debug. On debug i get

Binding socket type TCP to address [0.0.0.0]:6969... success.
Binding socket type UDP to address [0.0.0.0]:6969... success.
installing 0 workers on udp socket -1
Dropping to user nobody.
No socket address for live sync specified.

which i dont think adds any other usefull info
Am i missing something?

Does not build with Clang 3.3

I am trying to rebuild the libowfat-0.29 from a Debian unstable source package with
Clang.

../CAS.h:56:3: error: void function 'atomic_add' should not return a value [-Wreturn-type]
return __sync_add_and_fetch(x,val);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.