p2p

Crates.iop2p
lib.rsp2p
version0.6.0
sourcesrc
created_at2017-02-19 20:10:44.285863
updated_at2018-11-12 11:51:05.979607
descriptionNAT Traversal for P2P communication
homepage
repositoryhttps://github.com/ustulation/p2p
max_upload_size
id8588
size229,771
Spandan Sharma (ustulation)

documentation

https://docs.rs/p2p/

README

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.

Commit count: 93

cargo fmt