P2PNet 1.0.0.6-alpha
See the version list below for details.
dotnet add package P2PNet --version 1.0.0.6-alpha
NuGet\Install-Package P2PNet -Version 1.0.0.6-alpha
<PackageReference Include="P2PNet" Version="1.0.0.6-alpha" />
<PackageVersion Include="P2PNet" Version="1.0.0.6-alpha" />
<PackageReference Include="P2PNet" />
paket add P2PNet --version 1.0.0.6-alpha
#r "nuget: P2PNet, 1.0.0.6-alpha"
#addin nuget:?package=P2PNet&version=1.0.0.6-alpha&prerelease
#tool nuget:?package=P2PNet&version=1.0.0.6-alpha&prerelease
P2PNet
A .Net library toolkit for quickly building P2P network applications. P2PNet is fully AOT compatible.
<p align="center"> <img src="https://github.com/realChrisDeBon/P2PNet/assets/97779307/36f3441a-2905-476e-ac6a-c5fa8a9112b0" width="175" height="175" alt="p2pnet logo"> </p>
About
P2PNet facilitates 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.
LAN Discovery | IPv6<br /><br /> Serverless Discovery | Static<br /> Server Bootstrap | NAT Holepunching | File and<br /><br />Data Storage | |
---|---|---|---|---|---|
Status |
Dependency: WinPcap
The P2PNet library requires WinPcap installed on the target system. You can check the releases for a working version that interops with the library. For automation, CI/CD and distribution you are advised to read the license guidelines.
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.9-alpha | 102 | 4/30/2025 |
1.0.0.8-alpha | 117 | 4/23/2025 |
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.