2 مستودعات
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 هو ماسح شبكة BitTorrent ومحلل حركة مرور مصمم لاعتراض والتقاط بيانات التورنت الوصفية وحركة مرور الأقران. يعمل كأداة شبكة تستخرج معلومات حول الملفات والمتتبعات المتاحة من شبكات الند للند (P2P). تستخدم الأداة جدول تجزئة موزع (DHT) لجمع البيانات الوصفية دون الاعتماد على متتبع مركزي. وتتضمن محلل بيانات bencode لفك تشفير تنسيقات البيانات الوصفية المتخصصة، مما يسمح باستخراج أسماء الملفات، ومسارات الأدلة، والأحجام الإجمالية. يغطي المشروع مراقبة الشبكة وتحليل البيانات من خلال فحص حركة المرور على مستوى الحزمة وبناء قاعدة بيانات تورنت قابلة للبحث. وهذا يتيح فهرسة البيانات الوصفية الملتقطة لتتبع أنماط توزيع الملفات ونشاط المستخدم.
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.