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.
- Create a new Conda environment
conda create -n peer
- Run tests
python3 -m unittest
- Build Conda package
cd conda-recipe
conda build .
python3 node.py
Run:
python3 -m unittest