lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit d86a629002f8efa4aadf4a5328a465e0989baf4b
parent e064f8d1eeb3da1375ba804213a0e5a9669e07ab
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 19 Dec 2021 11:43:11 +0100

implementations

Diffstat:
Mdraft-schanzen-gns.xml | 45+++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+), 0 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -2140,6 +2140,26 @@ Purpose | Name | References | Description </t> </section> <section> + <name>Implementation and Deployment Status</name> + <t> + There are two implementations conforming to this specification written + in C and Go, respectively. The C implementation as part of GNUnet + <xref target="GNUnetGNS"/> represents the original + and reference implementation. The Go implementation + <xref target="GoGNS"/> demonstrates how two implementations of GNS are + interoperable given that they are built on top of the same DHT. + </t> + <t> + Currently, the GNUnet peer-to-peer network <xref target="GNUnet"/> + is an active deployment of GNS on top of its <xref target="R5N"/> + DHT. The <xref target="GoGNS"/> implementation uses this deployment + by building on top of the GNUnet DHT services available on any + GNUnet peer. It shows how GNS implementations and client resolvers + can attach to this existing deployment and participate in name + resolution as well as zone publication. + </t> + </section> + <section> <name>Test Vectors</name> <t> The following represents a test vector for a record set with a DNS @@ -2655,6 +2675,31 @@ cae1789d </front> </reference> + <reference anchor="GNUnetGNS" target="https://git.gnunet.org/gnunet.git/tree/src/gns"> + <front> + <title>The GNUnet GNS Implementation</title> + <author> + <organization>GNUnet e.V.</organization> + </author> + </front> + </reference> + <reference anchor="GNUnet" target="https://gnunet.org"> + <front> + <title>The GNUnet Project</title> + <author> + <organization>GNUnet e.V.</organization> + </author> + </front> + </reference> + <reference anchor="GoGNS" target="https://github.com/bfix/gnunet-go/tree/master/src/gnunet/service/gns"> + <front> + <title>The Go GNS Implementation</title> + <author initials="B." surname="Fix" fullname="Bernd Fix"> + </author> + </front> + </reference> + +