public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: nncpmail
Date: Sat, 15 Jan 2022 23:05:30 +0300	[thread overview]
Message-ID: <YeMpFgsqsd0F3WDG@stargrave.org> (raw)
In-Reply-To: <YeKfAc0IHIc5gsFr@stargrave.org>

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

*** Sergey Matveev [2022-01-15 13:16]:
>>It occurs to me we could do something similar with NNCP.
>You mean creating overlay network for transferring encrypted packets,
>instead of current TCP<->TCP daemon?

Answering my own question: that seems interesting. Actually I just
implemented yggdrasil support completely similar as it is done in
yggmail inside nncp-call* and nncp-daemon (basic uTP transport on top of
Yggdrasil's packet interface). My small yggdrasil network works pretty
fine! Of course there is some overhead currently: NNCP's native sync
protocol encryption/authentication on top of Yggdrasil's.

Unfortunately all of that fetches many dependencies: Yggdrasil for
example depends on Wireguard, however actually none of its features is
in use in yggmail and NNCP.

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-01-15 20:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 22:24 nncpmail John Goerzen
2022-01-15 10:16 ` nncpmail Sergey Matveev
2022-01-15 20:05   ` Sergey Matveev [this message]
2022-01-16  0:23     ` nncpmail Koushik Roy
2022-01-16  1:29     ` nncpmail John Goerzen
2022-01-16  1:27   ` nncpmail John Goerzen
2022-01-16 14:59     ` nncpmail Sergey Matveev