Skip to content
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

Open
eqn-group opened this issue May 12, 2024 · 6 comments
Open

yggdrasil network vs gnunet #1139

eqn-group opened this issue May 12, 2024 · 6 comments

Comments

@eqn-group
Copy link

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,

@perguth
Copy link

perguth commented May 12, 2024

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.

@eqn-group
Copy link
Author

eqn-group commented May 12, 2024 via email

@parnikkapore
Copy link

parnikkapore commented May 13, 2024

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.

@wfleurant
Copy link
Contributor

wfleurant commented May 15, 2024

gnunet is more mature, stable and researched upon.

honestly...? all 3? Everyone wants gnunet to kick ass. the world needs a better gnunet.

@eqn-group
Copy link
Author

eqn-group commented May 15, 2024 via email

@perguth
Copy link

perguth commented May 16, 2024

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:

image

Thus, we need to think about GNUnet primarily as a collection of APIs providing various core functions for future Internet applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants