Ian Goldberg 5b5e25bbfe Improve Docker build script 1 éve
..
Dockerfile 5b5e25bbfe Improve Docker build script 1 éve
README.md a5379daf02 docker stuff 1 éve
build-docker.sh 5b5e25bbfe Improve Docker build script 1 éve
cleanup.sh a5379daf02 docker stuff 1 éve
experiments-2p-preproc.sh e61ff17575 2p-preproc 1 éve
experiments-OT.sh 8f0a9c822c docker 1 éve
experiments-cpir.sh 64ba7f253e cpirexp 1 éve
experiments-online.sh 103b0b7c9d chaning the directory for experiments 1 éve
experiments.sh 103b0b7c9d chaning the directory for experiments 1 éve
run-docker.sh a5379daf02 docker stuff 1 éve
set-networking.sh a5379daf02 docker stuff 1 éve
unset-networking.sh a5379daf02 docker stuff 1 éve

README.md

  • ./build-docker.sh builds the docker image
  • ./run-docker.sh launches three docker containers for parties P2, P0, and P1
  • ./set-networking.sh sets up the latencies and bandwidth constraints among the three docker containers launched; pass arguments of latency and bandwidth (e.g., ./set-networking.sh 1ms 40mbit). ./unset-networking.sh removes the latency and bandwidth settings.
  • ./experiments.sh runs the three parties
  • ./cleanup.sh stops the three dockers