On of the use-cases for this is for Peer-to-Peer matrix: https://matrix.org/blog/2020/06/02/introducing-p-2-p-matrix
Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
41–50 of 109 posts
Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#42Earlier quoted context omitted.
Can anyone help with the pronunciation? There's no help from the Wikipedia article. (Not that Wikipedia pronunciation guides are of any use to anyone other than language nerds, anyway.)
In parts of Europe it's quite common (at least in Sweden and Norway I know it's true) to learn the IPA so you can make sense of the alphabet and its phonemes, no need to be a language nerd to have a passing knowledge of IPA. I recommend you studying it a little, it's really not that hard, just looks weird.
Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#43Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#44Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#45Earlier quoted context omitted.
Except I think the matrix project is going with pinecone instead. https://github.com/matrix-org/pinecone
Which is based on yggdrasil.
Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#46Earlier quoted context omitted.
Can anyone help with the pronunciation? There's no help from the Wikipedia article. (Not that Wikipedia pronunciation guides are of any use to anyone other than language nerds, anyway.)
In parts of Europe it's quite common (at least in Sweden and Norway I know it's true) to learn the IPA so you can make sense of the alphabet and its phonemes, no need to be a language nerd to have a passing knowledge of IPA. I recommend you studying it a little, it's really not that hard, just looks weird.
-noob language nerd
Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#47Earlier quoted context omitted.
Can anyone help with the pronunciation? There's no help from the Wikipedia article. (Not that Wikipedia pronunciation guides are of any use to anyone other than language nerds, anyway.)
Lifted from the Wikipedia article: Yggdrasil Linux/GNU/X, or LGX (pronounced igg-drah-sill) Don’t need to be a language nerd to understand that.
Not even at GNU/Linux, but a Linux/GNU system... Would Stallman accept that or does GNU have to be first?
Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#48Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#49Re: Yggdrasil – Early-stage implementation of an end-to-end encrypted IPv6 network
#50Earlier quoted context omitted.
It's an overlay network (a software defined network that runs on top of another network... like you internet service providers network). It's closer to bittorent than a VPN. It has end-to-end encryption and each node (the app that runs on your PC) distributes routes to each other (similar to how routing works on the Internet between large networks). It appears to be a flat spanning-tree style network. They mention th…
Do I understand correctly that it does not do hole-punching, and e.g. unlike with a VPN a host behind NAT will not be able to accept incoming connections?
I use yggdrasil for NAT hole punching my VPN, for example.