2025-08-03 20:23:23 +02:00
2025-08-03 20:23:23 +02:00
2025-07-25 10:52:08 +02:00
2025-08-01 14:06:47 +02:00
2025-08-03 18:34:31 +02:00
2025-08-03 13:41:37 +00:00

Pea 2 Pea

very simple P2P VPN(Virtual Network yes, Private maybe),
this program is intended to help you play LAN games over internet and as proof of concept
when all clients are behind Full-cone NAT, does not work with clients behind Symmetric NAT
at least for now

Warning

Piercing NAT may fail based on network configuration

how to run

install rustc and cargo or rustup, you will need 2024 edition
build using

# to build
cargo build --release
# to run server(registrar)
./target/release/server
# to run client
sudo ./target/release/client -r SERVER_IP -n NETWORK_ID -P PASSWORD # password is optional
Description
No description provided
Readme 435 KiB
v1.1.1 Latest
2025-08-03 18:23:23 +00:00
Languages
Rust 100%