This seems to go into a similar direction like ZeroTier, but actually open source. There is almost no discussion of this in the western hemisphere, but I'd be interested what people think about it.
Can you elaborate on what you mean by "no discussion in the western hemisphere"? Zerotier is fairly well known in the US.
EasyTier – P2P mesh VPN written in Rust using Tokio
41–50 of 54 posts
Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#42Earlier quoted context omitted.
VPNs in their basic sense are legal in China, many large companies provide them/use them and so on. VPNs designed to bypass the Firewall without government approval are a subset of VPNs which the police do not like.
OK so real VPNs are illegal. Then you have a subsets of VPNs that are regulated by the CCP and therefor legal. And useless for many use-cases.
Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#43Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#44What are some notable uses of P2P these days? You don't hear about it much any more. I believe P2P rose to prominence two decades ago as a response to the cost of bandwidth. I wonder if similar methods could effectively overcome the cost of compute for LLMs. Here are two projects I found from a quick search: Serving: https://petals.dev/ Training: https://github.com/learning-at-home/hivemind
There are a lot of things that do P2P under the hood, usually with cloud relay fallback so it always works. You just don’t hear much about it because it’s not a selling point, just an under the hood detail.
Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#45Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#46Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#47Rust vs Go is one difference. What else?
Tailscale: https://github.com/tailscale/tailscale
Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#48Can this be a replacement for Hamachi?
Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#49Github link: https://github.com/EasyTier/easytier.github.io/tree/main
Re: EasyTier – P2P mesh VPN written in Rust using Tokio
#50Anyone know how this compares to Tinc? I don't much know what development on it is like these days, but it for me is one of the best "set it and forget it" things I regularly use to keep my devices talking to each other. I'm aware that with things like this you're supposed to use the latest and greatest like Wireguard or whatever, but nothing really does the p2p thing as easy as Tinc, and given secondary encryption m…