-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yggdrasil network vs gnunet #1139
Comments
Yggdrasil is a experimental routing schema. It's focus is to find out how to efficiently route in a large scale distributed network. It's focus is not on providing anonymity. |
anonymity is an extra feature of GnuNet. In technical terms, how yggdrasil
is better or what it does differently than GnuNet?
please read gnunet.org/en/about.html
|
We're probably gonna need the whitepaper on TRANSPORT to figure that part out 🙂 The service provided by the current Yggdrasil program is analogous to GNUNet's Virtual Public Network (except faster because weaker anonymity guarantees), and that is also the fundamental service provided by the software. The true goal of Ygg is to try to perform flat address space routing without requiring any routing configuration, huge routing tables, huge amounts of bandwidth just to keep the network working, or a semi-trusted quorum of central routers. This is an open research question for which ygg is a prototype. If successful, we could have a self-hosting-friendly Internet that you can connect to by using your favourite combination of ISP backhauls, directed wi-fi to your friend's house, etc... and everything works. You can see https://yggdrasil-network.github.io/about.html for more on what I'm talking about. |
honestly...? all 3? Everyone wants gnunet to kick ass. the world needs a better gnunet. |
Re: [yggdrasil-network/yggdrasil-go] yggdrasil network vs gnunet (Issue
#1139) – honestly...? all 3? Everyone wants gnunet to kick ass. the
world needs a better gnunet.
why do you say so? from what i have read and looked at the research paper.
it does look like such.
also they are far ahead than yggdrasil, so maybe yggdrasil can borrow ideas/implementations
from them.
|
Comparing Yggdrasil and GNUnet is like comparing apples to oranges. Yggdrasil functions as a OSI layer 3 drop-in replacement. Software that speaks IPv6 can simply work on top of Yggdrasil. GNUnet on the other hand seems to require deeper integration to work:
|
Hello,
i have checked both yggdrasil and gnunet. except ipv6 address use what is the difference between both
overlay/mesh network routing protocols? from what i have seen, gnunet is more mature, stable and researched upon.
regards,
The text was updated successfully, but these errors were encountered: