- Implemented DHT types and options for configuration. - Created UDP buffer pool for efficient packet handling. - Developed UDP ingress handling with worker management. - Established a new DHT search application with modular API structure. - Defined domain models for fingerprinting and torrent metadata. - Integrated storage solutions using RocksDB for persistent data management. - Added telemetry for structured logging and metrics.
501 B
501 B
DHT 元数据搜索服务
这是一个用于发现持久化索引和搜索 BitTorrent DHT 元数据的 Rust workspace
目录
dht-search/ 最终运行的采集存储搜索和接口应用
dht-crawler/ 可独立复用的 DHT 协议与 Metadata 获取基础库
opencodes/ 不参与构建的参考项目
当前应用层仅完成目录和依赖准备尚未实现业务逻辑
基础库的使用方式和指标说明见 dht-crawler/README.md