Commit fc36847e authored by Ravi's avatar Ravi

readme updated

parent 6a89792c
...@@ -9,12 +9,12 @@ Steps to execute: ...@@ -9,12 +9,12 @@ Steps to execute:
1. Run make command in parent directory. 1. Run make command in parent directory.
2. Go in build directory to run the executables. 2. Go in build directory to run the executables.
a. Run server as: 1st way: "./server" ("It will take default values") a. Run server as: 1st way: "./server" ("It will take default values")
2nd way: "./server" <port_number> <number_of_sets> <n-way_in_set_associative_cache> <num_of_threads> 2nd way: "./server" \<port_number\> \<number_of_sets\> \<n-way_in_set_associative_cache\> \<num_of_threads\>
b. Run client as: 1st way: Batch Mode: "./client" ("It will take default values") b. Run client as: 1st way: Batch Mode: "./client" ("It will take default values")
2nd way: Interactive Mode: "./client" <server_ip> <port number> 2nd way: Interactive Mode: "./client" \<server_ip\> \<port number\>
3rd way: Batch Mode: "./client" <server_ip> <port number> <Input Request fIle> <Output Response file> 3rd way: Batch Mode: "./client" \<server_ip\> \<port number\> \<Input Request file\> \<Output Response file\>
Note: For step 2 , above given Sequence of command line parameters must be followed. Note: For step 2 , above given Sequence of command line parameters must be followed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment