P2PNet 1.0.0.7-alpha
dotnet add package P2PNet --version 1.0.0.7-alpha
NuGet\Install-Package P2PNet -Version 1.0.0.7-alpha
<PackageReference Include="P2PNet" Version="1.0.0.7-alpha" />
<PackageVersion Include="P2PNet" Version="1.0.0.7-alpha" />
<PackageReference Include="P2PNet" />
paket add P2PNet --version 1.0.0.7-alpha
#r "nuget: P2PNet, 1.0.0.7-alpha"
#addin nuget:?package=P2PNet&version=1.0.0.7-alpha&prerelease
#tool nuget:?package=P2PNet&version=1.0.0.7-alpha&prerelease
P2PNet
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.
About
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.
Bootstrap Server Container
Docker image for launching an instance of the bootstrap server:
See live example deployment:
Documentation
Technical overview and API documentation available down below:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- ConsoleDebugger (>= 1.0.5)
- PacketDotNet (>= 1.4.8-pre18)
- PgpCore (>= 6.5.0)
- SharpPcap (>= 6.3.0)
NuGet packages (1)
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.7-alpha | 92 | 4/6/2025 |
1.0.0.6-alpha | 63 | 4/6/2025 |
More optimizations and setting the foundation for WAN discovery and IPv6.
Including PacketDotNet and SharpPcap as dependencies.