# DhtCrawler **Repository Path**: unswerving/DhtCrawler ## Basic Information - **Project Name**: DhtCrawler - **Description**: GO语言实现的DHT网络爬虫 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #GO语言实现的DHT网络爬虫 使用Go实现的DHT网络资源爬虫程序 ##DHT DHT,分布式哈希表,它是一种去中心化的key-value存储系统。它没有中央服务器,所有的数据都分散的存储在网络中的各个节点(Node)上。在文件分享领域,它主要用来保存网络上各个节点的连接信息和资源位置信息。目前几乎所有的P2P工具都支持DHT,避免对于Tracker服务器的依赖。 ####线上运行项目 http://btku.org/