Ian Goldberg 7be5add70e Floating point error sometimes makes the variance -\epsilon 1 年間 前
..
Dockerfile d60d48f128 2P writes 1 年間 前
README.md a5379daf02 docker stuff 1 年間 前
build-docker 6839f3491d Upgrade the docker scripts 1 年間 前
experiments-2p-preproc.sh a5a62db46f updating scripts with new folder 1 年間 前
experiments-OT.sh a5a62db46f updating scripts with new folder 1 年間 前
experiments-cpir.sh 98ad40a21a adding a sleep after a cpir part1 is launched 1 年間 前
experiments-online.sh a5a62db46f updating scripts with new folder 1 年間 前
experiments.sh a5a62db46f updating scripts with new folder 1 年間 前
parse_logs 7be5add70e Floating point error sometimes makes the variance -\epsilon 1 年間 前
repro 8ab13f5a44 Typo in logfile name to parse for test run 1 年間 前
run-experiment d3566a3e57 We only use 1 DPF for 2-party writes, not 3, so correct the number of OTs we need 1 年間 前
set-networking 6839f3491d Upgrade the docker scripts 1 年間 前
start-docker 6839f3491d Upgrade the docker scripts 1 年間 前
stop-docker 6839f3491d Upgrade the docker scripts 1 年間 前
unset-networking 6839f3491d Upgrade the docker scripts 1 年間 前

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