Simple solution to implement P2P communication into Applications.
Project description
MaybeP2P
This is a very simple P2P framework for implement peer-to-peer system into Applications in Python.
Notice
Right now this framework does not support any NAT hole paunching.
Also, only support a very basic P2P communication protocol, you need to wrote your route rule by yourself.
Feature
- Easy implementation of protocols.
- Support TCP server.
Installation & Useage
pip install MaybeP2P
>>> from MaybeP2P.peer import Peer
>>> p = Peer()
>>> p.start()
...
>>> p.exit()
Other
Feel free to RP to help me imporve.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MaybeP2P-0.0.3.tar.gz
(6.7 kB
view details)
Built Distribution
MaybeP2P-0.0.3-py2-none-any.whl
(20.1 kB
view details)
File details
Details for the file MaybeP2P-0.0.3.tar.gz
.
File metadata
- Download URL: MaybeP2P-0.0.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad4fb24f3d626eb28dab0b09ee02206f3d5909d54ddd53522c44852718b51728 |
|
MD5 | a1ed22665318328d19ee07efd5e8b6bf |
|
BLAKE2b-256 | cde06e49523a66595059ac747c51105dda3819312d1ccdcf8fc97062f2d46763 |
File details
Details for the file MaybeP2P-0.0.3-py2-none-any.whl
.
File metadata
- Download URL: MaybeP2P-0.0.3-py2-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b610fff9d47083e8c7c4eac39263e4bf7efe9d9d50479b30a32718c0722eece |
|
MD5 | 2449b416ebef61e19983f072c30a5a63 |
|
BLAKE2b-256 | 63536869527702904604294cded1a5fb753da548986359dd12c40f5387da3c8a |