gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0001] branch master updated: implementations


From: gnunet
Subject: [lsd0001] branch master updated: implementations
Date: Sun, 19 Dec 2021 11:43:14 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new d86a629  implementations
d86a629 is described below

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

    implementations
---
 draft-schanzen-gns.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 7a60f3b..9533bac 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -2139,6 +2139,26 @@ Purpose | Name            | References | Description
          This section may be removed on publication as an RFC.
        </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>
@@ -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>
+
+
 
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]