Hey people ,
We started to implement an user space implementation of the successful WireGuard VPN tunneling software.
- The project can be found here: wireguard-rs
Currently a dedicated Linux kernel module is needed to run the VPN. Target of the Rust implementation is to follow the x-platform specification of WireGuard and then later on implement a full working VPN with the usage of tokio.
For this I would like to call for participation, opinions and further feedback.