awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesPeer Discovery Persistence

Mechanisms for caching and restoring network topology and peer routing information across application restarts.

Distinguishing note: Specifically targets the persistence of DHT and routing tables for network discovery.

Explore 2 awesome GitHub repositories matching data & databases · Peer Discovery Persistence. Refine with filters or upvote what's useful.

Awesome Peer Discovery Persistence GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • aria2/aria2Avatar von aria2

    aria2/aria2

    41,216Auf GitHub ansehen↗

    Aria2 is a multi-protocol command-line download manager designed to maximize bandwidth utilization by retrieving files from multiple sources and protocols simultaneously. It functions as an asynchronous, event-driven engine that handles complex download lifecycles, including peer-to-peer transfers via BitTorrent, while ensuring data integrity through continuous chunk-based verification. The utility distinguishes itself through its ability to act as a background process that can be controlled programmatically via a remote procedure call interface. This allows external applications to manage, m

    Saves network discovery data to local storage to accelerate connection establishment.

    C++bittorrentcpp11download
    Auf GitHub ansehen↗41,216
  • pbh-btn/peerbanhelperAvatar von PBH-BTN

    PBH-BTN/PeerBanHelper

    5,730Auf GitHub ansehen↗

    PeerBanHelper is a scriptable BitTorrent peer banning system that automatically detects and blocks malicious, leeching, or unwanted peers using configurable rules, GeoIP data, and scriptable detection logic. It integrates with popular BitTorrent clients through their web APIs to enforce blocking rules automatically, and provides a self-hosted WebUI dashboard for monitoring active bans, historical blocks, and peer lists. The system distinguishes itself through collaborative threat intelligence, submitting ban reports and peer population data to a central server for aggregate threat analysis wh

    Persists peer progress data to a database so reconnecting peers cannot evade bans by resetting statistics.

    Javabiglybtbitcometbittorrent
    Auf GitHub ansehen↗5,730
  1. Home
  2. Data & Databases
  3. Peer Discovery Persistence

Unter-Tags erkunden

  • Peer Progress PersistenceSaving peer progress data to a database to prevent ban evasion by reconnecting peers resetting their statistics. **Distinct from Peer Discovery Persistence:** Distinct from Peer Discovery Persistence: focuses on persisting progress data for ban enforcement, not network topology.