RetroShare/libbitdht/src
2012-01-19 16:18:59 +00:00
..
bitdht Missed default size for new bdDhtFns. 2012-01-14 09:44:40 +00:00
example Changes to enable a LAN Relay Test Environment. 2012-01-07 11:28:00 +00:00
tests Changes to enable a LAN Relay Test Environment. 2012-01-07 11:28:00 +00:00
udp Added Send/Recv accounting to Dht & UdpSocket in general. 2012-01-19 16:18:59 +00:00
util Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
libbitdht.pro Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
mingw32make.bat added win32 build bat for libbitdht 2011-06-28 21:09:07 +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.