All Projects β†’ torrentpier β†’ ocelot

torrentpier / ocelot

Licence: other
Alternative compiled announcer (ocelot)

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
M4
1887 projects
Makefile
30231 projects
CMake
9771 projects

Projects that are alternatives of or similar to ocelot

uWebTorrentTracker
πŸ”† Simple, robust, WebTorrent tracker server implementation
Stars: ✭ 58 (+314.29%)
Mutual labels:  bittorrent, bittorrent-tracker
torrent-spider
基于DHTηš„p2pη½‘η»œθ΅„ζΊηˆ¬θ™«
Stars: ✭ 65 (+364.29%)
Mutual labels:  torrent, bittorrent
bthello
Python3 DHT η£εŠ›η§ε­ηˆ¬θ™« 种子解析 种子搜紒 ζΌ”η€Ίεœ°ε€
Stars: ✭ 43 (+207.14%)
Mutual labels:  torrent, bittorrent
torrent-webseed-creator
Webseeded torrent creator using GitHub Actions
Stars: ✭ 54 (+285.71%)
Mutual labels:  torrent, bittorrent
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (+100%)
Mutual labels:  torrent, bittorrent
exatorrent
Easy to Use Torrent Client. Can be hosted in Cloud. Files can be streamed in Browser/Media Player.
Stars: ✭ 1,557 (+11021.43%)
Mutual labels:  torrent, bittorrent
torrenttools
Commandline tool for inspecting, creating and editing BitTorrent metafiles.
Stars: ✭ 125 (+792.86%)
Mutual labels:  torrent, bittorrent
porla
A high performance BitTorrent client for servers and seedboxes.
Stars: ✭ 83 (+492.86%)
Mutual labels:  torrent, bittorrent
PeerflixServerZH
πŸš€ Peerflix Server(BT) ζ±‰εŒ–γ€ηΎŽεŒ–
Stars: ✭ 32 (+128.57%)
Mutual labels:  torrent, bittorrent
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (+507.14%)
Mutual labels:  torrent, bittorrent
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+1164.29%)
Mutual labels:  torrent, bittorrent
autobrr
Automation for downloads.
Stars: ✭ 288 (+1957.14%)
Mutual labels:  torrent, bittorrent
mad-torrent
Delphi bittorrent protocol implementation
Stars: ✭ 30 (+114.29%)
Mutual labels:  torrent, bittorrent
CheckWebPeer
Check WebRTC peers of torrents.
Stars: ✭ 19 (+35.71%)
Mutual labels:  torrent, bittorrent
pybtracker
UDP BitTorrent tracker written in Python 3.5 using co-routines and asyncio.
Stars: ✭ 46 (+228.57%)
Mutual labels:  bittorrent, bittorrent-tracker
simple-torrent-android
A torrent client library for Android that utilizes frostwire-jlibtorrent. It supports sequential and simultaneous downloads.
Stars: ✭ 85 (+507.14%)
Mutual labels:  torrent, bittorrent
Magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database.
Stars: ✭ 2,551 (+18121.43%)
Mutual labels:  torrent, bittorrent
Cratetorrent
A BitTorrent V1 engine library for Rust (and currently Linux)
Stars: ✭ 233 (+1564.29%)
Mutual labels:  torrent, bittorrent
bencode
PHP Bencode (BitTorrent) Encoder/Decoder
Stars: ✭ 19 (+35.71%)
Mutual labels:  torrent, bittorrent
rarbg-api
A simple node.js wrapper for rarbg.to api
Stars: ✭ 21 (+50%)
Mutual labels:  torrent, bittorrent

Ocelot

Ocelot is a BitTorrent tracker written in C++ for the Gazelle project. It supports requests over TCP and can only track IPv4 peers.

Ocelot Compile-time Dependencies

Installation

The Gazelle installation guides include instructions for installing Ocelot as a part of the Gazelle project.

Standalone Installation

  • torrents
  • users_freeleeches
  • users_main
  • xbt_client_whitelist
  • xbt_files_users
  • xbt_snatched
  • Edit ocelot.conf to your liking.

  • Build Ocelot:

      ./configure
      make
      make install
    

Running Ocelot

Run-time options:

  • -c <path/to/ocelot.conf> - Path to config file. If unspecified, the current working directory is used.
  • -v - Print queue status every time a flush is initiated.

Signals

  • SIGHUP - Reload config
  • SIGUSR1 - Reload torrent list, user list and client whitelist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].