                                 libfreenet
             Copyright 2001 Steven Hazel <sah@thalassocracy.org>
                                      
   libfreenet is a Freenet library written in C. Right now it supports
   basic client functionality, as well as a lower-level API for sending
   and receiving messages over a Freenet connection. It's currently very
   much hackerware -- it might explode at any moment, so approach it with
   caution.
   
   To compile it, you'll need the OpenSSL library.
   
   The code is messy, but I can successfully insert and request CHKs,
   SVKs, SSKs, and KSKs.
   
   A test client is included, as is a small fragment of test server code.
   The test client is picky about URIs. You have to give a full
   "freenet:KSK@foo" URI, just "foo" won't work (yet). I've written up a
   little bit of ad-hoc documentation for it, which you can find on
   the web site at http://thalassocracy.org/libfreenet/.
