Skip to main content

Simple solution to implement P2P communication into Applications.

Project description

MaybeP2P PyPI version Build Status codecov Maintainability

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

  1. Easy implementation of protocols.
  2. 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


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 hashes)

Uploaded Source

Built Distribution

MaybeP2P-0.0.3-py2-none-any.whl (20.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page