From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: Scheme-GNUnet 0.1 released Date: Fri, 17 Sep 2021 15:27:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-wWmwUlplJtZVp12t7Yjw" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34626"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.34.2 To: info-gnunet@gnu.org, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Sep 17 15:28:21 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mRDue-0008kY-9q for guile-user@m.gmane-mx.org; Fri, 17 Sep 2021 15:28:20 +0200 Original-Received: from localhost ([::1]:51712 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRDud-0005Ym-2W for guile-user@m.gmane-mx.org; Fri, 17 Sep 2021 09:28:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRDuL-0005XL-0E for guile-user@gnu.org; Fri, 17 Sep 2021 09:28:02 -0400 Original-Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]:59616) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mRDuI-0006RF-GY for guile-user@gnu.org; Fri, 17 Sep 2021 09:28:00 -0400 Original-Received: from butterfly.local ([188.189.39.197]) by laurent.telenet-ops.be with bizsmtp id v1Ts2500F4FDW0U011TtYu; Fri, 17 Sep 2021 15:27:53 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1631885273; bh=V6f8QTe4oyLm1Fi+z9Pek8qpHvsx/EfI/2O0Aipj9cY=; h=Subject:From:To:Date; b=XLvYghRhfoUlfLwtKS1Gr4GfRpNHb9+TbKg+KCin+ItnvVJFltkUmn52/78IzQs31 jmckT0hEmlHlfX+UPaI4GBnO473CO9iAE73br/taYbyOUUCv7caqMFNAMiLrtPs3IF j8cpOQdg8nDtlfOjV9UXRjFYoEtpK83QSfEDfmXjrukt6nDqME8hX7geriTbtlV9yf +PrBbu92iJcVlls0rmkQoc3DODyLoC4VDJkKKgRUgKlCN87kHW6jzxVFReib8U1gi1 cwTnsmYApppt3ER98JUzPPOGJvwHr/z1UgLvtQ3Zftk/MhVSSj6K7hBZ/N2JSy+5tz gg41Edxs0MJ3g== Received-SPF: pass client-ip=2a02:1800:110:4::f00:19; envelope-from=maximedevos@telenet.be; helo=laurent.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17742 Archived-At: --=-wWmwUlplJtZVp12t7Yjw Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I'm pleased to announe the first release of Scheme-GNUnet. * What is Scheme-GNUnet? Scheme-GNUnet is a work-in-progress (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 implements bindings for the C libraries and support more services at the moment. * What does it support? Currently, it can only connect to the NSE service. A basic example, implementing a web server showing the latest estimate, is available at examples/nse-web.scm in the source tree. It can be run with the command =E2=80=98guile -L . -C . -l examples/nse-web.scm=E2=80=99. For the next release, I will be looking into implementing DHT support, and maybe GNS or FS. * Where can it be found? The git repository for Scheme-GNUnet can be found at . The tag and commit of the 0.1 release are v0.1 and f584da9c1e50fcae1a66b48b53588467e890640d respectively. A copy of a recent version of the manual is included in the attachements at . --=-wWmwUlplJtZVp12t7Yjw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYUSXtBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vZOAQDD9/XWQMnGGbVwhV7S4OMIMcxJ EyouwniPRy/K6RUopAEA48ZinsLhKnP5sVIFLo7vsBtBPnM5zI/1l67L/kVJNAU= =4Vjg -----END PGP SIGNATURE----- --=-wWmwUlplJtZVp12t7Yjw--