forked from kevinlynx/dhtcrawler2
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{application,dhtcrawler, | ||
[{description,"A DHT crawler to index magnet hash to torrent"}, | ||
{vsn,"6dde34b"}, | ||
{vsn,"d23b329"}, | ||
{registered,[dht_crawler_sup]}, | ||
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, | ||
mongodb]}, | ||
{mod,{crawler_app,[]}}, | ||
{modules,[bt_conn,bt_message,crawler_app,crawler_http, | ||
crawler_stats,crawler_sup,db_hash,db_hash_reader, | ||
db_hash_reader_sup,db_store_mongo,db_system, | ||
dht_monitor,hash_reader_stats,http_handler, | ||
crawler_stats,crawler_sup,db_frontend,db_hash, | ||
db_hash_reader,db_hash_reader_sup,db_store_mongo, | ||
db_system,dht_monitor,hash_reader_stats,http_handler, | ||
string_split,time_util,tor_download, | ||
tor_download_stats,torrent_file,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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
erl -pa ebin -noshell -s db_hash_reader_sup start_standalone localhost 27017 10 | ||
erl -pa ebin -noshell -run db_hash_reader_sup start_standalone localhost 27017 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters