RetroShare/libbitdht/src
drbob 1a1e453c7e Modified previous example into a Single Shot Search for RPC support.
Takes 2 - 3 minutes to run at the moment. Got to make it faster!



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5732 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-28 14:21:58 +00:00
..
bitdht Tweaks to bitdht library for standalone single search option. 2012-10-28 14:10:56 +00:00
example Modified previous example into a Single Shot Search for RPC support. 2012-10-28 14:21:58 +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 Fixed crash when using rs_sprintf/bd_sprintf or rs_sprintf_append/bd_sprintf_append with empty result (maybe only on Windows). 2012-07-29 13:28:45 +00:00
libbitdht.pro Switched back to not optimized compile on Windows. 2012-05-21 19:06:16 +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.