opentracker | opentracker is a open and free bittorrent tracker project | Stream Processing library

 by   masroore C Version: Current License: No License

kandi X-RAY | opentracker Summary

kandi X-RAY | opentracker Summary

opentracker is a C library typically used in Data Processing, Stream Processing, Meteor applications. opentracker has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

opentracker is a open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              opentracker has a low active ecosystem.
              It has 96 star(s) with 16 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              opentracker has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of opentracker is current.

            kandi-Quality Quality

              opentracker has 0 bugs and 0 code smells.

            kandi-Security Security

              opentracker has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              opentracker code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              opentracker does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              opentracker releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of opentracker
            Get all kandi verified functions for this library.

            opentracker Key Features

            No Key Features are available at this moment for opentracker.

            opentracker Examples and Code Snippets

            No Code Snippets are available at this moment for opentracker.

            Community Discussions

            QUESTION

            Peers reported but do not connect on a self-hosted bittorrent tracker
            Asked 2020-Mar-20 at 19:40

            I'm at a loss. I am trying to set up a private tracker for a friend (to distribute his content). He has a VPS, so I thought I would just install opentracker and be done with it. However, I've encountered a problem, or rather a multitude of problems:

            NB: in all that follows the trackers are open and do not contain whitelists or such. In all the cases the clients get the correct number of peers. In all the cases, one of the peers has the file the other tries to download it.

            #############################################

            [2 Peers on same LAN]

            • Situation 1: Tracker is on server external to LAN

              • Public tracker (first google search) => hours of wait and nothing
              • Self hosted tracker on VPS (tried peertracker, bittornado/bttrack, opentracker) => hours of wait and nothing except one time with opentracker when it spontaneously transmitted the file after some wait time.
            • Situation 2: Tracker is on server internal to LAN on a third computer:

              • opentracker on a third PC on LAN => hours of wait and nothing
            • Situation 3: Tracker is on the seeding computer:

              • bttrack (bittornado) on seeding computer => half an hour of wait and then spontaneously transmitted.
              • opentracker on seeding computer => hours of wait and nothing
            • Situation 4: Tracker is on receiving computer:

              • opentracker on receiving computer => hours of wait and nothing.

            [2 Peers on different LANs]

            • Situation 1: Tracker is on server external to both LANs
              • Public tracker (first google search) => hours of wait and nothing
              • Self hosted tracker on VPS (tried peertracker, bittornado/bttrack, opentracker) => hours of wait and nothing

            #############################################

            The clients used are Transmission and Ktorrent.

            I tried dissecting the communication using Wireshark. The response to the GET request seems to vary randomly at different parts of the day for the same setup. Sometimes the peers12 contains nothing. Sometimes it contains something like \177\000\000\001 which is obviously not my IP. Sometimes it transforms into peers18 and contains someting weird. One time it just spontaneously started responding with peers6.

            I tried placing the servers behind a reverse proxy and not. I've tried adding the IP to the request both in-client (activating the option to use it in opentracker) and in-nginx by rewriting the request. But when I tried it on the same LAN and it didn't work I realised that was not the problem.

            To resume, from the clients' perspective, the amount of peers is right but it connects to none of them and the clients do not show them in the lists of peers. Sometimes though it starts to work spontaneously (2 times only on same LAN in more than 50 hours of testing). I think I'm missing something trivial here.

            If anyone has any idea... please go ahead. I can setup the VPS as a playground for a bit so that I can try out any solutions anyone has.

            ...

            ANSWER

            Answered 2020-Mar-20 at 19:40

            The problem appears to be with the main computer I used to run tests. Turning on uTP allowed local connections. However it did not allow me to seed to an outside computer. Another computer on the same LAN however had no problem doing that. So, the problem is client-side and non-reproducible on another computer it would seem.

            Source https://stackoverflow.com/questions/60772284

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install opentracker

            You need libowfat (http://www.fefe.de/libowfat/).
            -DWANT_V6 makes opentracker an IPv6-only tracker. More in the v6-section below.
            opentracker can deliver gzip compressed full scrapes. Enable this with -DWANT_COMPRESSION_GZIP option.
            Normally opentracker tracks any torrent announced to it. You can change that behaviour by enabling ONE of -DWANT_ACCESSLIST_BLACK or -DWANT_ACCESSLIST_WHITE. Note, that you have to provide a whitelist file in order to make opentracker do anything in the latter case. More in the closed mode section below.
            opentracker can run in a cluster. Enable this behaviour by enabling -DWANT_SYNC_LIVE. Note, that you have to configure your cluster before you can use opentracker when this option is on.
            Some statistics opentracker can provide are sensitive. You can restrict access to these statistics by enabling -DWANT_RESTRICT_STATS. See section statistics for more details.
            Fullscrapes is bittorrent's way to query a tracker for all tracked torrents. Since it's in the standard, it is enabled by default. Disable it by commenting out -DWANT_FULLSCRAPE.
            By default opentracker will only allow the connecting endpoint's IP address to be announced. Bittorrent standard allows clients to provide an IP address in its query string. You can make opentracker use this IP address by enabling -DWANT_IP_FROM_QUERY_STRING.
            Some experimental or older, deprecated features can be enabled by the -DWANT_LOG_NETWORKS, -DWANT_SYNC_SCRAPE or -DWANT_IP_FROM_PROXY switch.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/masroore/opentracker.git

          • CLI

            gh repo clone masroore/opentracker

          • sshUrl

            git@github.com:masroore/opentracker.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Stream Processing Libraries

            gulp

            by gulpjs

            webtorrent

            by webtorrent

            aria2

            by aria2

            ZeroNet

            by HelloZeroNet

            qBittorrent

            by qbittorrent

            Try Top Libraries by masroore

            CurlSharp

            by masrooreC#

            pg_simple

            by masroorePython

            py-cyclone

            by masroorePython

            libowfat

            by masrooreC

            slimonade

            by masroorePHP