RetroShare/libbitdht/src/bitdht
2010-10-06 19:32:55 +00:00
..
bdboot.txt Addition of libbitdht. 2010-07-10 11:48:24 +00:00
bdhash.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdhash.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdhistory.cc bitdht improvements 2010-09-29 19:59:31 +00:00
bdhistory.h bitdht improvements 2010-09-29 19:59:31 +00:00
bdiface.h Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bdmanager.cc suppressed uninitialized memory read 2010-10-06 19:01:13 +00:00
bdmanager.h Improvements to DHT, to support UDP connections. 2010-10-04 21:37:07 +00:00
bdmsgs.cc Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bdmsgs.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdnode.cc Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bdnode.h bitdht improvements 2010-09-29 19:59:31 +00:00
bdobj.cc bitdht improvements 2010-09-29 19:59:31 +00:00
bdobj.h Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bdpeer.cc * BUGFIX. bdId comparison was wrong... fixed. 2010-09-29 22:53:49 +00:00
bdpeer.h bitdht improvements 2010-09-29 19:59:31 +00:00
bdquery.cc suppressed memory fault (call to ++it on a invalid iterator). Simplified a bit some syntax 2010-10-06 19:32:55 +00:00
bdquery.h Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bdstddht.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdstddht.h General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdstore.cc bitdht improvements 2010-09-29 19:59:31 +00:00
bdstore.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bencode.c Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bencode.h Addition of libbitdht. 2010-07-10 11:48:24 +00:00
Makefile Addition of libbitdht. 2010-07-10 11:48:24 +00:00
README.txt Addition of libbitdht. 2010-07-10 11:48:24 +00:00

BitDHT Notes
==================================================================

Compiling
------------------------------------------------------------------
Should compile on POSIX platforms.


Testing
------------------------------------------------------------------
Run the program: udpbitdht_nettest to see the 

This requires an up-to-date list of dht peers (in bdboot.txt)


Using BitDHT
------------------------------------------------------------------
Use udpbitdht_nettest.cc as an example.