unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] Scheme-GNUnet 0.2 released
@ 2022-02-03 18:11 Maxime Devos
  2022-02-03 20:39 ` Keith Wright
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Devos @ 2022-02-03 18:11 UTC (permalink / raw)
  To: info-gnunet, guile-user

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-03 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 18:11 [ANN] Scheme-GNUnet 0.2 released Maxime Devos
2022-02-03 20:39 ` Keith Wright
2022-02-03 21:08   ` Maxime Devos

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).