tREADME - libeech - bittorrent library
 (HTM) git clone git://z3bra.org/libeech.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tREADME (747B)
       ---
            1 libeech
            2 =======
            3 
            4 "Ich liebe libeech"
            5         -- Anonymous (German, most likely)
            6 
            7 The libeech BitTorrent library (will) implement all the functionality
            8 described in the bittorrent protocol RFC[0], as well as the distributed
            9 hash table (DHT) protocol[1].
           10 
           11 Installation
           12 ------------
           13 Edit the `config.mk` file to match your setup, then run:
           14 
           15         $ make
           16         # make install
           17 
           18 Usage
           19 -----
           20 Include the header file as follow:
           21 
           22         #include <libeech.h>
           23 
           24 Link your program against it with
           25 
           26         cc pgm.c -leech -o pgm
           27 
           28 Until v1.0 is complete, please check the `leec.h` for the API.
           29 
           30 License
           31 -------
           32 ISC License. See LICENSE file for copyright and license details.
           33 
           34 [0] http://jonas.nitro.dk/bittorrent/bittorrent-rfc.html
           35 [1] https://en.wikipedia.org/wiki/Distributed_hash_table