![]() |
VOOZH | about |
dotnet add package P2PNet --version 1.0.1-alpha
NuGet\Install-Package P2PNet -Version 1.0.1-alpha
<PackageReference Include="P2PNet" Version="1.0.1-alpha" />
<PackageVersion Include="P2PNet" Version="1.0.1-alpha" />Directory.Packages.props
<PackageReference Include="P2PNet" />Project file
paket add P2PNet --version 1.0.1-alpha
#r "nuget: P2PNet, 1.0.1-alpha"
#:package P2PNet@1.0.1-alpha
#addin nuget:?package=P2PNet&version=1.0.1-alpha&prereleaseInstall as a Cake Addin
#tool nuget:?package=P2PNet&version=1.0.1-alpha&prereleaseInstall as a Cake Tool
A .Net library toolkit for quickly building P2P network applications. P2PNet is fully AOT compatible and aims to be the most reliable, documented, and stable .Net P2P toolchain.
P2PNet helps quickly build and facilitate peer-to-peer networking with an array of components for setting up your network. Initial peer discovery can be initiated in the LAN, and facilitated over a WAN utilizing various methods such as bootstrapping and IPv6 ICMP blasting. The PeerNetwork will be able to use a range of interoperable WAN and LAN discovery mechanisms to expand and grow the network, manage peer connections, and distribute data and information. Implementing the P2PNet library will make implementing peer-to-peer functionality in your application more seamless and integrated.
Docker image for launching an instance of the bootstrap server:
See live example deployment:
Technical overview and API documentation available down below:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on P2PNet:
| Package | Downloads |
|---|---|
|
P2PNet.Widescan
A P2PNet component for mass IPv6 address scanning and discovery via ICMP packets and docile packet sniffing. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1-alpha | 199 | 7/8/2025 |
| 1.0.0.9-alpha | 219 | 4/30/2025 |
| 1.0.0.8-alpha | 225 | 4/23/2025 |
| 1.0.0.7-alpha | 198 | 4/6/2025 |
| 1.0.0.6-alpha | 139 | 4/6/2025 |
Setting things up for early proto-TURN server implementation