Version 0.2 of Scheme-GNUnet has been released. The main change since the 0.1 release, is DHT support. * What is Scheme-GNUnet? Scheme-GNUnet is a WIP (Guile) Scheme port of the GNUnet client libraries. Unlike gnunet-guile, it is not a binding for the C libraries. It can be used in multi-threaded applications, e.g. with guile-fibers. It is not to be confused with https://git.gnunet.org/gnunet-guile2.git and https://git.savannah.gnu.org/cgit/guix/gnunet.git, which implement bindings for the C libraries and support a different set of services. * Things currently supported It can connect to the DHT (distributed hash table) and NSE (network size estimation) services, supporting insertion and retrieval of data in the DHT and asking for an estimate of the size of the network. A basic example, implementing a web server where one can ask to insert some data, retrieve some data or look at the latest network size estimate, is available at examples/web.scm. It can be run with the command ‘guile -L . -C . -l examples/web.scm’; point your favourite web brower at http://localhost:8089. * Location The source code can be found at , tag v0.2 and commit 38c1a3f631fdedacaea146683516268de0113455. I can send a copy of the manual (PDF, HTML or TeXmacs) by mail if desired. Greetings, Maxime.