Ian Goldberg 4d797a376d Remove unneeded copy of ENCRYPTO_utils and procompiled binary libraries | пре 1 година | |
---|---|---|
.. | ||
Dockerfile | пре 1 година | |
README.md | пре 1 година | |
build-docker.sh | пре 1 година | |
cleanup.sh | пре 1 година | |
experiments-2p-preproc.sh | пре 1 година | |
experiments-OT.sh | пре 1 година | |
experiments-cpir.sh | пре 1 година | |
experiments-online.sh | пре 1 година | |
experiments.sh | пре 1 година | |
repro.sh | пре 1 година | |
run-docker.sh | пре 1 година | |
run-experiment.sh | пре 1 година | |
set-networking.sh | пре 1 година | |
unset-networking.sh | пре 1 година |
./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