change inc_announce response fileds to empty (only _id)

master
Kevin Lynx 11 years ago
parent aa7e8bb18a
commit 164c0f0f21

@ -26,6 +26,10 @@ You can also compile the source code and run it manually. The source code is in
Also you can check more technique information at my blog site (Chinese) [codemacro.com](http://codemacro.com)
## Source code
dhtcrawler is totally open source, and can be used in any purpose, but you should keep my name on, copyright by me please. You can checkout dhtcrawler2 source code in this git repo **src** branch.
## Config
Most config value is in `priv/dhtcrawler.config`, when you first run dhtcrawler, this file will be generated automatically. And the other config values are passed by arguments to erlang functions. In most case you don't need to change these config values, except these network addresses.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,16 +1,16 @@
{application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"5d8c198"},
{vsn,"b9130ec"},
{registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]},
{mod,{crawler_app,[]}},
{modules,[bt_conn,bt_message,config,crawler_app,crawler_http,
crawler_stats,crawler_sup,db_frontend,db_hash,
db_hash_reader,db_hash_reader_sup,db_loc_torrent,
db_store_mongo,db_system,dht_monitor,
hash_reader_stats,http_cache,http_handler,loc_torrent,
loc_torrent_cache,loc_torrent_sup,string_split,
time_util,tor_builder,tor_download,tor_download_stats,
db_loc_torrent,db_store_mongo,db_system,dht_monitor,
hash_reader,hash_reader_stats,hash_reader_sup,
http_cache,http_handler,loc_torrent,loc_torrent_cache,
loc_torrent_sup,string_split,time_util,tor_builder,
tor_download,tor_download_stats,tor_location,
tor_location_reader,tor_location_writer,torrent_file,
urldecode,vlog]}]}.
transfer,urldecode,vlog]}]}.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save