https://github.com/realchrisdebon/p2pnet
P2PNet is a peer-to-peer faciliation library with the goal of seamless peer discovery, secure encryption, and distributed data exchange.
https://github.com/realchrisdebon/p2pnet
p2p-library p2p-network peer-to-peer peer-to-peer-network
Last synced: 3 months ago
JSON representation
P2PNet is a peer-to-peer faciliation library with the goal of seamless peer discovery, secure encryption, and distributed data exchange.
- Host: GitHub
- URL: https://github.com/realchrisdebon/p2pnet
- Owner: realChrisDeBon
- License: mit
- Created: 2024-05-30T17:22:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T04:11:04.000Z (3 months ago)
- Last Synced: 2025-02-25T04:19:08.353Z (3 months ago)
- Topics: p2p-library, p2p-network, peer-to-peer, peer-to-peer-network
- Language: C#
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# P2PNet
![]()
  [](https://github.com/realChrisDeBon/P2PNet/blob/main/LICENSE)
### 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.
*Please note this repo is still under development. Many features are working as described, with the grander interoperability still being rolled out.*
### Bootstrap Server Container
Docker image for launching an instance of a bootstrap server.
[](http://ghcr.io/realchrisdebon/p2pnet/p2pbootstrap)
### Documentation
Technical overview and API documentation available down below.
[](https://realchrisdebon.github.io/P2PNet/)