-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstructions.txt
24 lines (21 loc) · 1.02 KB
/
Instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Instruction to build the code:
1) Open the command prompt
2) Goto make folder
3) Give executable permission to build.sh
$ chmod +x build.sh
4) executed build.sh (./build.sh) script
$ ./build.sh
This will compile all source files and create obj folder under the main directory
1) command to run gateway
$ cd obj/gateway
$ ./gateway ../../SampleInput/SampleGatewayConfigurationFile.txt
2) sensor exectuable
$ cd obj/sensor
$ ./sensor ../../SampleInput/SampleSensorConfigurationFile1.txt ../../SampleInput/SampleSensorInputFile.txt
$ ./sensor ../../SampleInput/SampleSensorConfigurationFile2.txt ../../SampleInput/SampleSensorInputFile.txt
$ ./sensor ../../SampleInput/SampleSensorConfigurationFile3.txt ../../SampleInput/SampleSensorInputFile.txt
$ ./sensor ../../SampleInput/SampleSensorConfigurationFile4.txt ../../SampleInput/SampleSensorInputFile.txt
3) device executable
$ cd obj/device
$ ./device ../../SampleInput/SampleSmartDeviceConfigurationFile1.txt
$ ./device ../../SampleInput/SampleSmartDeviceConfigurationFile2.txt