mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-09 22:49:41 -05:00
c415bb6158
============================================================ This is intended to be a completely independent library from RS, (hosted at sf.net/projects/bitdht) hence is being commited at the top level. As initial further development / testing will be driven by RS integration it is being added to the RS repository. Equally important is ensuring that RS can compile without requiring aux libraries. Once libbitdht is further developed, this section of the repository is expected to be removed... But that will not be for a while, I expect. drbob. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3276 b45a01b8-16f6-495d-af2f-9b41ad6348cc
23 lines
506 B
Plaintext
23 lines
506 B
Plaintext
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.
|
|
|
|
|
|
|
|
|