Skip to content

ntoll/p4p2p

Repository files navigation

P4P2P - Platform for Peer-to-Peer

A small and simple framework for making peer to peer applications.

There are two broad aspects to this framework:

  1. Peer discover and communication.
  2. Application deployment and execution.

There's not a lot here right now.

Developer Setup

This project requires Python version 3.3 (or higher).

Make a new virtualenv (see: http://virtualenvwrapper.readthedocs.org/en/latest/):

$ mkvirtualenv p4p2p

Install the requirements:

$ pip install -r requirements.txt

The make command is a useful starting point. If you type make check and see a passing test suite followed by a coverage report then you should be set up all fine and dandy.

More to follow...

About

A small and simple framework for making peer-to-peer applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published