Technically yes. You could simply connect to your neighbor’s computer and join the network this way.
In practice, you’d still need ISPs at some point to connect to farther nodes, have a correct bandwidth, etc …
Technically yes. You could simply connect to your neighbor’s computer and join the network this way.
In practice, you’d still need ISPs at some point to connect to farther nodes, have a correct bandwidth, etc …
You read right. It is an overlay network built on top of the internet. For now. This is only a proof of concept right now, so it has to reuse existing networks to work and test the scalability, reliability, etc…
But the end goal would be to only use that to build the network, connecting modes together through $VARIOUS_MEANS
, and implement the Yggdrasil code right at the network card level. So it could work without and underlay network, and that’s basically the point of the project: prove that you can have a standalone mesh network that’s fully encrypted. I’ve read an articles on people connecting nodes directly through AWDL, but it remains a proof of concept only for now.
And to answer OP’s question, that would not replace ISP because you’d still need a way to physically connect your node to the network, and ISP could provide such service. However, you could also connect directly to your neighbor’s house and access the network from there :)
That’s what I use it for right now ;)
Yggdrasil, an IPv6 end to end encrypted networking proof of concept. There’s something about it that I find so innovative that I want it to succeed so badly !
In fact, full network encryption isn’t a goal per-se, but a requirement. The main goal of Yggdrasil is to bring decentralized routing to the table, thanks to DHT. In its current state, internet (while being a mech network) is based on centralized routing, in the sense that the ISPs are responsible for routing their clients to other destinations. With Yggdrasil, every single node (your laptop, my phone) is a potential router to any destination, without you even knowing. That’s why encryption is needed: the whole network is untrustworthy, and if traffic isn’t encrypted, anyone can potentially sniff your packets.