-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystemB-ReadMe
More file actions
21 lines (17 loc) · 1.03 KB
/
SystemB-ReadMe
File metadata and controls
21 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Steps To run system B:
1. Start the message manager, this is the common steps for system A B and C.
(so you can leave these two console running for System A and C, please note that repeat these command will cause RMI port binding exception).
2. Open a console, and type command:
> rmiregistry
3. Open another console and type command:
> cd a3b
> java MessageManager
4. Start the components in console (on mac os):
> cd a3b
> ./startSystemB.sh
Alternatively you can start the System B for Windows OS by executing the EMStart.bat followed by EFStart.bat (Batch Files).
5. Operate the system
5.1. After step 4, four java consoles() will pop up, and show the message sending and recieving between sensor/console/controller.
5.2. Use the security console(the console you run the ./startSystemB.sh ) to control the system.
5.3. If a Fire is detected then this console will show the option of conforming Sprinkler On - Cofirm by pressing 1 and enter
5.4. If Sprinkler is On then you should press 5 and enter to Turn Off the Sprinkler.