RetroShare/libbitdht/src
csoler 047977b645 Started implementation of ban list. For now, just gathers the list of banned IPs from
the DHT and is not used to reject IPs yet (the DHT list is, even if DHT is desactivated).
Next steps: GUI with switch controls, exchange of IP ban lists between friends, handling IP ranges.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8297 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-26 21:17:09 +00:00
..
bitdht Started implementation of ban list. For now, just gathers the list of banned IPs from 2015-05-26 21:17:09 +00:00
example Fixed up bootstrap singleshot search function. Now returns parameters. 2012-12-17 20:19:27 +00:00
tests minor fixes to dht tests. 2012-12-01 12:49:52 +00:00
udp Started implementation of ban list. For now, just gathers the list of banned IPs from 2015-05-26 21:17:09 +00:00
util Removed debug info fom bdnet (Patch from electron) 2015-03-08 16:47:24 +00:00
libbitdht.pro Added DEPENDPATH to pro files 2015-01-12 23:14:35 +00:00
mingw32make.bat update the windows build bat`s 2014-11-22 13:32:26 +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.