RetroShare/libbitdht/src/bitdht
2010-07-18 21:22:59 +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
bdiface.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdmanager.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdmanager.h Addition of libbitdht. 2010-07-10 11:48:24 +00:00
bdmsgs.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdmsgs.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdnode.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdnode.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdobj.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdobj.h Addition of libbitdht. 2010-07-10 11:48:24 +00:00
bdpeer.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdpeer.h fixed first windows compile include missed 2010-07-18 20:49:40 +00:00
bdquery.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdquery.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdstddht.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdstddht.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdstore.cc * changed inet_aton into bdnet_inet_aton for windows compatibility 2010-07-18 21:22:59 +00:00
bdstore.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bencode.c First pass for windows compilation: 2010-07-18 16:28:51 +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.