RetroShare/libbitdht/src
2011-02-27 19:54:13 +00:00
..
bitdht fixed soem other potential SIGSEGVs 2011-02-27 19:54:13 +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 Suppressed 4 memory leaks: 2011-01-01 20:37:10 +00:00
util re-enabled mutex initialization, because RS could not start. 2010-11-23 08:01:22 +00:00
libbitdht.pro Reactivate minimal version 2011-02-18 23:26:08 +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.