Ian Goldberg bf8ddd3dcb Fix missing stanza in 3P preproc log parser před 3 roky
..
Dockerfile d60d48f128 2P writes před 3 roky
README.md a5379daf02 docker stuff před 3 roky
build-docker 6839f3491d Upgrade the docker scripts před 3 roky
experiments-2p-preproc.sh a5a62db46f updating scripts with new folder před 3 roky
experiments-OT.sh a5a62db46f updating scripts with new folder před 3 roky
experiments-cpir.sh 98ad40a21a adding a sleep after a cpir part1 is launched před 3 roky
experiments-online.sh a5a62db46f updating scripts with new folder před 3 roky
experiments.sh a5a62db46f updating scripts with new folder před 3 roky
parse_logs bf8ddd3dcb Fix missing stanza in 3P preproc log parser před 3 roky
repro e8e9a86321 Output the data points for the figures in the same order as they appear před 3 roky
run-experiment d3566a3e57 We only use 1 DPF for 2-party writes, not 3, so correct the number of OTs we need před 3 roky
set-networking 6839f3491d Upgrade the docker scripts před 3 roky
start-docker 6839f3491d Upgrade the docker scripts před 3 roky
stop-docker 6839f3491d Upgrade the docker scripts před 3 roky
unset-networking 6839f3491d Upgrade the docker scripts před 3 roky

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