2 repository-uri
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 este un sniffer de rețea BitTorrent și analizor de trafic conceput pentru a intercepta și captura metadatele torrent și traficul peer-to-peer. Funcționează ca un utilitar de rețea care extrage informații despre fișierele și trackerele disponibile din rețelele P2P. Instrumentul utilizează un tabel hash distribuit (DHT) pentru a colecta metadate fără a se baza pe un tracker central. Include un parser de date bencode pentru a decoda formate specializate de metadate, permițând extragerea numelor de fișiere, a căilor de director și a dimensiunilor totale. Proiectul acoperă monitorizarea rețelei și analiza datelor prin inspecția traficului la nivel de pachet și construcția unei baze de date de torrente căutabile. Acest lucru permite indexarea metadatelor capturate pentru a urmări tiparele de distribuție a fișierelor și activitatea utilizatorilor.
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.