Please sign in to access this page

Pea 2 Pea

Pea 2 Pea

8 devlogs
57h 18m
•  Ship certified
Created by PoliEcho

I wanted to try programing in rust and also experiment with UDP hole punching, so this is my take on P2P VPN.
Well "VPN" definitely VN it should be also Private but i wouldn't send any sensitive data over it.

Timeline

Ship 1

0 payouts of shell 0 shells

PoliEcho

8 days ago

PoliEcho Covers 8 devlogs and 57h 18m

Added server automatic cleanup so disconnected clients get removed, also tested more than 2 clients at once
but connection is stable, it only trows some harmless errors.

Update attachment

It works at least locally i don't see why it shouldn't work from behind normal NAT i may add symmetric NAT bypass if i find a way

Update attachment

This one line of text just gave me great joy after debugging it for long time

Update attachment

I was just coding the P2P communication between clients but it does not work yet

Update attachment

client and registrar communication work with only few small bugs

Update attachment

maybe creating custom binary protocol wasn't the best idea, now i will suffer

Update attachment

ditched asymmetric encryption and implemented QUERY method, and REGISTER method is also almost done

Update attachment

This will be my first rust project and if i have time i will create android app.
I just want to create simple p2p VPN to play LAN games over

Update attachment