Skip to content

tomcusack1/peer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Peer

A Python implementation of a P2P network, where each time a node is spawned, it will join a swarm that can communicate with all the other connected nodes.

Installation

  1. Create a new Conda environment

conda create -n peer

  1. Run tests

python3 -m unittest

  1. Build Conda package

cd conda-recipe

conda build .

Running Application

python3 node.py

Running Tests

Run:

python3 -m unittest

About

A Python peer-to-peer distributed framework

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors