RetroShare/libbitdht/src
csoler 9e00688c71 removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-17 20:46:23 +00:00
..
bitdht removed debug info 2012-09-17 20:46:23 +00:00
example Changes to enable a LAN Relay Test Environment. 2012-01-07 11:28:00 +00:00
tests Removed std::stringstream. 2012-04-19 22:10:00 +00:00
udp Removed std::stringstream. 2012-04-19 22:10:00 +00:00
util added missing include 2012-08-19 18:41:09 +00:00
libbitdht.pro added code to avoid corruption of bdboot.txt: first write to tmp file then move the file. Refers on Windows utf16ToUtf8 from libretroshare. This forward reference can be improved. 2012-08-16 16:59:51 +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.