2 repositorios
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.
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.
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.