Ian Goldberg 27cc21419c Remove old experimental scripts hace 2 años
..
Dockerfile d60d48f128 2P writes hace 2 años
README.md a5379daf02 docker stuff hace 2 años
build-docker 6839f3491d Upgrade the docker scripts hace 2 años
parse_logs 7be5add70e Floating point error sometimes makes the variance -\epsilon hace 2 años
repro 658bd5ab41 Implement a flag to allow for log parsing on the host instead of in a docker hace 2 años
run-experiment d3566a3e57 We only use 1 DPF for 2-party writes, not 3, so correct the number of OTs we need hace 2 años
set-networking 6839f3491d Upgrade the docker scripts hace 2 años
start-docker d68c112d0d Note that the USENIX Security artifact doesn't use the DUORAM_STORAGE functionality hace 2 años
stop-docker 6839f3491d Upgrade the docker scripts hace 2 años
unset-networking 6839f3491d Upgrade the docker scripts hace 2 años

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