awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesBencode Parsers

Libraries specifically for decoding the Bencode serialization format used by BitTorrent.

Distinct from Database File Parsers: None of the candidates specifically cover the Bencode format; they cover general text or binary files.

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

Awesome Bencode Parsers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • fanpei91/torsnifffanpei91 का अवतार

    fanpei91/torsniff

    4,023GitHub पर देखें↗

    Torsniff is a BitTorrent network sniffer and traffic analyzer designed to intercept and capture torrent metadata and peer traffic. It functions as a network utility that extracts information about available files and trackers from peer-to-peer networks. The tool utilizes a distributed hash table to gather metadata without relying on a central tracker. It includes a bencode data parser to decode specialized metadata formats, allowing for the extraction of file names, directory paths, and total sizes. The project covers network monitoring and data analysis through packet-level traffic inspecti

    Provides a decoder for bencoded metadata to extract file details from torrent files.

    Gobep0003bep0005bep0009
    GitHub पर देखें↗4,023
  • veggiedefender/torrent-clientveggiedefender का अवतार

    veggiedefender/torrent-client

    2,030GitHub पर देखें↗

    This project is a Go-based library and utility for downloading files from decentralized peer-to-peer networks. It functions as a BitTorrent client engine, handling the end-to-end process of parsing metadata, communicating with trackers, and coordinating the retrieval of distributed data. The client distinguishes itself through its low-level implementation of the BitTorrent protocol, which manages direct peer-to-peer socket connections and concurrent request orchestration. By pipelining multiple network requests, the software maximizes throughput and reduces latency during the assembly of larg

    Decodes Bencode-encoded torrent metadata to extract tracker addresses and file structure information.

    Gobittorrentbittorrent-clientgolang
    GitHub पर देखें↗2,030
  1. Home
  2. Data & Databases
  3. Bencode Parsers