Browse Source

updating the README instructions

user avadapal 6 months ago
parent
commit
6857bedd7b
1 changed files with 25 additions and 0 deletions
  1. 25 0
      prac/README.md

+ 25 - 0
prac/README.md

@@ -1,7 +1,32 @@
 #Generating the PRAC data for 3P-Circuit ORAM
 
+## Building the docker
+
+cd docker
+Build the docker image with ./build-docker
+Start the dockers with ./start-docker
+This will start three dockers, each running one of the parties.
+
+## Setting the network parameters
+
+./set-networking
+
+## Generating raw data for the binary search experiments
+
+### Generating data for Figure 7 a)
+Open the file `generate_raw_data_bs_const_db.sh`
+Change the variable `nitrs` to the number of times you would like run each experiment
+Generate the raw data for Figure 7a) using `sh generate_raw_data_bs_const_db.sh`
+
+### Generating data for Figures 7 b) and 7 c)
+Open the file `generate_raw_data_bs_const_db.sh`
+Change the variable `nitrs` to the number of times you would like run each experiment
+Generate the raw data for Figure 7b) and 7c) using `sh generate_raw_data_bs.sh`
+
+
 ## Generate the raw data for heap experiments
 
+### Generating data Figures 8b) and 8 c)
 Open the file `generate_raw_data_heap.sh`
 Change the variable `nitrs` to the number of times you would like run each experiment
 Generate the raw data for the heap experiments using `sh generate_raw_data_heap.sh`