RetroShare/libbitdht/src
2020-08-31 21:56:58 +02:00
..
bitdht Update bdbood.txt plus add a script to keep it fresh 2020-08-31 21:56:58 +02:00
example updated ubuntu changelog 2015-09-21 22:58:58 -04:00
tests updated ubuntu changelog 2015-09-21 22:58:58 -04:00
udp more license fixes and updated version in Debian control files 2018-12-27 15:47:58 +01:00
util Clang support 2020-05-30 02:16:59 +02:00
libbitdht.pro Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00
README.txt Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00
use_libbitdht.pri Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00

# SPDX-FileCopyrightText: (C) 2004-2019 Retroshare Team <contact@retroshare.cc>
# SPDX-License-Identifier: CC0-1.0

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.