RetroShare/libbitdht/src
drbob 6d173b7c8e * README to compile bitdht
* changed email address in example.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-31 18:54:58 +00:00
..
bitdht removing useless file 2010-10-31 18:33:21 +00:00
example * README to compile bitdht 2010-10-31 18:54:58 +00:00
tests * Improved udpbitdht tests. 2010-10-31 18:24:12 +00:00
udp * Added new interface functions for start / stop DHT and to get stats. 2010-10-17 20:55:32 +00:00
util * Added new interface functions for start / stop DHT and to get stats. 2010-10-17 20:55:32 +00:00
libbitdht.pro * Added history to .pro 2010-09-29 20:37:30 +00:00
README.txt * README to compile bitdht 2010-10-31 18:54:58 +00:00

What's in the Package
---------------------------------------------------------------
bitdht          - base BitDHT Code.
util		- generic utils for networking and threading.
udp		- UDP interfacing code.
lib             - Where the library is created.
tests           - basic unit tests.
example		- example code of how to use libbitdht.
libbitdht.pro	- build script for Qt's qmake.
README.txt	- this file.


HOWTO libbitdht.
----------------------------------------------
This version is build using Qt's qmake system.

1) Install Qt's qmake system:  libqt-dev
2) type ./qmake
3) type ./make
4) check out the example and tests to learn how to interface with libbitdht.