diff --git a/README.md b/README.md index 4f574e7..88355cb 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,17 @@ > sudo npm i -g node-gyp > sudo npm install --unsafe-perm - ## Configuration +## Configuration **For the simulation to simulate in a period**, we must put the **testing_period setting in settings** (the value is in milliseconds) Example in **config**: ->[settings] ->max_fails = 3 ->send_voice = true ->send_gps = true ->gps_report_interval = 10000 ->gps_lng_start_point = 24.776126 ->testing_period = 7000 **# we will simulate all the units in a period of 7 seconds** +> [settings] +> max_fails = 3 +> send_voice = true +> send_gps = true +> gps_report_interval = 10000 +> gps_lng_start_point = 24.776126 +> testing_period = 7000 **# we will simulate all the units in a period of 7 seconds** - ## Start ->node index.js --path="./config/stage" node ./index.js --path="./config/testing" +## Start +> node index.js --path="./config/stage" node ./index.js --path="./config/testing"