/P2P

A simulation for a P2P network with tree topology

Primary LanguagePython

Docker setup

  1. Build the docker image
docker build -t p2p:latest .
  1. Run the built image

docker run --rm -it  -p 8000:8000/tcp p2p:latest