19 releases

Uses old Rust 2015

0.6.0 Nov 12, 2018
0.5.2 Jun 21, 2018
0.4.6 Jul 10, 2017
0.4.5 Mar 28, 2017
0.1.1 Feb 19, 2017

#8 in #rendezvous

MIT OR BSD-3-Clause

145KB
3K SLoC

P2P NAT-Traversal

Crate Documentation Linux/OSX/Windows
Documentation Build Status

The goal of this crate is to provide a robust and crypto-secure NAT traversal for peer to peer connection. It assumes publicly reachable rendezvous servers are provided. The server code itself is in the crate too, so the crate can either be used to deploy a server or used for peer to peer client communication or both simultaneously - for e.g. if you run the server on a port forwarded endpoint, it will be publicly available for others to rendezvous while you could choose normal NAT traversal mechanisms to communicate with other peers.

Please refer to the documentation above for detailed explanation. The examples and the integration tests show how the crate can be used.

Dependencies

~14MB
~262K SLoC