unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: info-gnunet@gnu.org, guile-user@gnu.org
Subject: [ANN] Scheme-GNUnet 0.2 released
Date: Thu, 03 Feb 2022 18:11:55 +0000	[thread overview]
Message-ID: <ed3cbad077bd246fe39b8334c52389cbf3c9a575.camel@telenet.be> (raw)

[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]

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 <https://git.gnunet.org/gnunet-scheme.git/>,
tag v0.2 and commit 38c1a3f631fdedacaea146683516268de0113455.  I can send
a copy of the manual (PDF, HTML or TeXmacs) by mail if desired.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

             reply	other threads:[~2022-02-03 18:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 18:11 Maxime Devos [this message]
2022-02-03 20:39 ` [ANN] Scheme-GNUnet 0.2 released Keith Wright
2022-02-03 21:08   ` Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ed3cbad077bd246fe39b8334c52389cbf3c9a575.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=guile-user@gnu.org \
    --cc=info-gnunet@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).