#nat #p2p #rustp2p #nat1 #com-rustp2p-netlink #example-node

rustp2p

A decentralized p2p library powered by Rust, which is devoted to simple use

20 releases

new 0.3.0 Apr 30, 2025
0.2.0 Feb 21, 2025
0.1.18 Dec 5, 2024
0.1.17 Nov 27, 2024
0.1.6 Sep 23, 2024

#1460 in Network programming


Used in 2 crates

Apache-2.0

350KB
9K SLoC

A decentralized p2p library powered by Rust, which is devoted to simple use.

Crates.io rustp2p

Features

  1. UDP hole punching for both Cone and Symmetric Nat
  2. TCP hole punching for NAT1

Description

For connecting two peers, all you need to do is to give the configuration as done in the example. In short, provide a peer named C, peer A and B can directly connect to C, then A and B will find each other by C, A and C can directly connect by hole-punching, the whole process is done by this library. If two peers D and F cannot directly connect via hole-punching, this library can find the best link for indirectly connection(i.e. through some middle nodes).

Example

Dependencies

~5–40MB
~576K SLoC